primocms/primo

Provide primocms API

prononext opened this issue · 4 comments

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

Have you considered using the Supabase JS API to interact with your site?

I am trying to do a reserach on it. What functions did you achive using it?

You can query your database using it - https://supabase.com/docs/reference/javascript/select

Closing for now - can revisit later if it becomes helpful to have a dedicated API instead of using Supabase JS