issues
search
dataewan
/
jottingsserve
0
stars
0
forks
source link
Creating an API
#14
Closed
dataewan
closed
3 years ago
dataewan
commented
3 years ago
Creates api endpoints
/api/files
list files
/api/files/{title}
Details for a particular file. Supports
GET
and
POST
.
POST
writes to the file
/api/files/{title}/sections
get the content
Creates api endpoints
GET
andPOST
.POST
writes to the file