0.0.2 • Published 7 years ago

gapi5 v0.0.2

Weekly downloads
4
License
-
Repository
-
Last release
7 years ago
  • gapi stands for grant api

install

npm install gapi

what does it do

folder api allows to read api requests using corresponding js files in a folder

it means you can just drop all the post.js, get.js, update.js and such in a folder and they will be available in your api system using given path

fileapi is allowing all api in a file to be available to api system

these api routes can support auth such as basic auth and oauth