Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 218 Bytes

API.md

File metadata and controls

13 lines (10 loc) · 218 Bytes

#Requests Try httpie to check our requests:

BACKEND

# HELLO WORLD
http -f GET http://localhost:8085/v1/

# CREATE TASK
http -f POST http://localhost:8085/v1/tasks \
    title='task 1'