Skip to content

Rosica-Vasileva/task-board-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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.