Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.59 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.59 KB

TaskBoard API

TaskBoard exposes a RESTful API for managing tasks and boards. The base URL for the API is https://taskboardjsv02.softuniqa.repl.co/api or in your case http://{yoursite}/api.

Endpoints

Example

To list all tasks, make a GET request to https://taskboardjsv02.softuniqa.repl.co/api/tasks.