Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 514 Bytes

rest-server.md

File metadata and controls

24 lines (19 loc) · 514 Bytes

Codesling RESTful Server Developer Documentation

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

API

GET /api/new-sling
  request
    NA
  response
    status = 200 | 400
    data = JSON {
      success: BOOLEAN
      slingId: STRING
    }