edgeserver
edgeserver copied to clipboard
API endpoints and authflow Compiled
We should compile together all our desired API endpoints and auth flow for MVP
This has partly been done in the file documentation.md but needs further work.
- [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)