Questions tagged [napa]

Napa is a simple framework for building Rack based APIs using Grape, Roar and ActiveRecord.

It's designed to make it easy to quickly create and deploy new API services by providing generators, middlewares and a console similar to what you would expect from a Rails app.

14 questions
2
votes
1 answer

API endpoint not showing in swagger ui but is reachable

I have a grape swagger ui running in a docker compose project. the app builds and is browseable. the problem I have is I create a new API with the Napa generator (people in this case) and it does not show up in the swagger ui. I can log into the…
Nungster
  • 726
  • 8
  • 28
2
votes
0 answers

Getting redirect on Microsoft Office login after triggering Oauth 2.0 Authorization

I created a small Office-365 Web Add-in on the Napacloud with my MS Dev-Account which synchronizes files between OneDrive and our companies document repository. Once i press the synchronize button i send a REST request from Napa to my server which…
Maevy
  • 261
  • 4
  • 24
1
vote
1 answer

making an App Part On the main page of SharePoint 2013 using Office 365

I have made An App part using Napa in outlook365 which shows one URL of my external Application which I have made with that the current user name is there as in pic no.1{Devlopement code successfully Made} Now I have made another outlook account…
Basant Gera
  • 103
  • 3
  • 16
1
vote
2 answers

How to Update Icon for Office 365 Mail Add-in

I'm developing an Office 365 Mail Add-in in Napa and want to set the app icon. There is a manifest XML file that can include an IconUrl element, but the Napa platform doesn't provide an avenue for uploading my manifest. Is there a way to set the…
ckirksey3
  • 1,117
  • 9
  • 13
1
vote
0 answers

Napa AddIn Taskpane Angular

Is it possible to use Angular in a Napa Office Addin Taskpane? I have created a simple Office Addin Taskpane including Angular. When i run it locally, it works as expected, but when i run the same code online, the Angular bindings fail. I have tried…
Ron
  • 71
  • 2
  • 6
1
vote
1 answer

Are ruby 2.0.0 and ruby 2.0.0p645 different?

I'm trying to follow this article, and when I do a bundle install, it says rbenv: version `2.0.0' is not installed So I try ruby -v and it shows ruby 2.0.0p645 (2015-04-13 revision 50299) [i686-linux] Is ruby 2.0.0 different than what I have in…
iJade
  • 23,144
  • 56
  • 154
  • 243
0
votes
1 answer

Use buffer in napajs

I was trying to find multithreading support for JavaScript, and then came across napa, but in the list of supported API, there's no buffer. But in the project I've been working, we are passing buffer as an argument to functions which are required to…
0
votes
1 answer

"napa" office 365 app not available in sharepoint store

I have been trying to add the "Napa" office 365 development tools app for my Office 365 developer site. But I'm not able to find the app in the sharepoint store. When searched directly in the office store, it is said: "This item has been removed…
0
votes
0 answers

"Bundle exec napa server" throws "can't get Master/Slave device (RuntimeError)" in production

I developed my first app with Napa and now I'm trying to deploy it on my production server. I probably did something wrong because napa server (or bundle exec napa server) throws an error and I have no idea to what to look for to solve it... Here my…
jonnyjava.net
  • 912
  • 7
  • 23
0
votes
1 answer

Get attachment from Outlook Web App in JavaScript

I try to retrieve attachments from a mail in an OWA (Outlook Web App). I use the tool "Napa" who allows me to create only .js, .css and . html files. So i need to use .js to retrieve the attachments. According to the Microsoft's documentation i…
0
votes
1 answer

Sharepoint Application in office 365 using Napa is Ready to launh. But I need my application to host in central administration

Question 1: I have made my application in office 365 Sharepoint using Napa.I want to host my application on central administration now to make it on premise. How do I do it please guide me. Question 2: My other question is how can other user access…
0
votes
1 answer

VSTO & Office.context.document.settings

Is it possible to access Office.context.document.settings from VSTO? We have an VSTO AddIn that currently writes to the CustomXML in Excel workbooks. We would like to make it Napa/O365 compatible. Since Napa can't read CustomXML parts in Excel we…
Ron
  • 71
  • 2
  • 6
0
votes
1 answer

rake db:create ignores database.yml content

I am using Napa framework. rake db:create gives me the following error: PG::ConnectionBad: fe_sendauth: no password supplied Investigating the problem I found that rake tries to create database using my system user rather than the one specified…
rawonstack
  • 393
  • 4
  • 11
0
votes
1 answer

rake db:reset throws error

I'm following the napa api framework tutorial on how to create APIs. But on running rake db:reset its raising the following error WARN: Unresolved specs during Gem::Specification.reset: minitest (~> 4.2) WARN: Clearing out unresolved specs. Please…
iJade
  • 23,144
  • 56
  • 154
  • 243