Note: If you want to run all backend services along with the clientside development server, check out the main README.md
instructions
To begin developing on the RESTful JSON Data API, run the following from the rest-server
folder:
yarn
yarn start
GET /api/new-sling
request
NA
response
status = 200 | 400
data = JSON {
success: BOOLEAN
slingId: STRING
}