Skip to content

koty11/skyspecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

curl -i -X GET \
   -H "Content-Type:application/json" \
 'http://localhost:8080/api/v1.0/gist?id%5Beq%5D=88eba653be2932c64b5486dbded90096'
curl -i -X GET \
   -H "Content-Type:application/json" \
 'http://localhost:8080/api/v1.0/gist?username%5Beq%5D=afogliatti'
  • Add, Delete, Get Favorite Gists:
- This method should be POST, due a limitation of FakeApiGatewayLambda implemeted as GET
GET http://localhost:8080/api/v1.0/gist?favorite[add]=88eba653be2932c64b5486dbded90096
- This method should be DELETE, due a limitation of FakeApiGatewayLambda implemeted as GET
GET http://localhost:8080/api/v1.0/gist?favorite[delete]=88eba653be2932c64b5486dbded90096
  • GET http://localhost:8080/api/v1.0/gist?favorite[get]=all
curl -i -X GET \
   -H "Content-Type:application/json" \
 'http://localhost:8080/api/v1.0/gist?favorite%5Bget%5D=all'

Package Scripts

command description
npm run dev execute server
npm run test execute tests with "jest"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published