Nubo Docs
Search…
Overview
Services
Create a Service
Node
Nubostore
Authentication
REST API
Powered By
GitBook
REST API
For each list, you automatically get a REST API created for you.
post
https://api.nubo.app/lists
/:pluralName
Add list items
post
https://api.nubo.app/lists
/:pluralName
Add list item
get
https://api.nubo.app/lists
/:pluralName
Get list items
get
https://api.nubo.app/lists
/:pluralName/:id
Get list item
put
https://api.nubo.app/lists
/:pluralName/:id
Update list item
delete
https://api.nubo.app/lists
/:pluralName/:ids
Remove list items
Nubostore - Previous
Authentication
Last modified
4mo ago
Copy link
Outline
post
Add list items
post
Add list item
get
Get list items
get
Get list item
put
Update list item
delete
Remove list items