An open API service indexing awesome lists of open source software.

https://github.com/statusfailed/scaleway-servant-demo

Demo app to run on scaleway's ARM servers
https://github.com/statusfailed/scaleway-servant-demo

Last synced: 9 months ago
JSON representation

Demo app to run on scaleway's ARM servers

Awesome Lists containing this project

README

          

# Scaleway servant demo

A quick overview of the API:

~~~~{.yaml}
GET / -- get list of threads
GET /thread/:id -- retrieve a thread by ID
POST /thread/:id -- create a new comment
POST /thread -- create a new thread
GET /static -- retrieve static assets
~~~~

See the `curl` directory for example requests.