FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

cyclic-software/starter-rest-api: Cyclic REST API using dynamo single table storage · GitHub

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter REST Api

This is an example REST Api designed to be deployed on Cyclic.sh

Examples

Create/Update - Insert/Upsert

curl -i https://localhost:3000/animals/rin%20tin%20tin \
    --data '{"breed":"German Shepard", "gender": "male"}' \
    -XPOST -H 'Content-Type: application/json'

Read All - List

curl -i https://localhost:3000/animals

Read

curl -i https://localhost:3000/animals/lassy

Delete

curl -i -XDELETE https://localhost:3000/animals/lassy

About

Cyclic REST API using dynamo single table storage

Resources

Stars

46 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL