Provide primocms API
prononext opened this issue · 4 comments
prononext commented
Having a REST API for primocms would be mega.
Being able to:
GET, PATCH and POST
- Users
- Sites
- Content (some kind of structure for displaying in blocks)
- Exports
mateomorris commented
Have you considered using the Supabase JS API to interact with your site?
prononext commented
I am trying to do a reserach on it. What functions did you achive using it?
mateomorris commented
You can query your database using it - https://supabase.com/docs/reference/javascript/select
mateomorris commented
Closing for now - can revisit later if it becomes helpful to have a dedicated API instead of using Supabase JS