edgeserver icon indicating copy to clipboard operation
edgeserver copied to clipboard

API endpoints and authflow Compiled

Open svemat01 opened this issue 3 years ago • 2 comments

We should compile together all our desired API endpoints and auth flow for MVP

svemat01 avatar May 30 '22 16:05 svemat01

This has partly been done in the file documentation.md but needs further work.

svemat01 avatar May 31 '22 15:05 svemat01

  • [x] /apps/ls - list apps (needs shared apps)
  • [x] /apps/:app_id - app specific (does not have perm checks yet)
  • [x] /apps/:app_id/deploys/ls - list of deployments (does not have perm checks yet)
  • [x] /apps/:app_id/deploys/:deploy_id - deployment specific
  • [x] /domains/:domain_id - domain specifc
  • [x] /domains/ls - list of domains (needs shared domains)

svemat01 avatar May 31 '22 15:05 svemat01