This document describes the unified defintion used by all API servers provided by AppSeed. This internal standard is used by all full-stack products, despite the UI or backend technology.
API Servers aligned to use it:
- API Server Django - free product
- API Server Flask - free product
- API Server FastAPI - free product / Work in progress
- API Server Node JS - free product
- API Server Node JS PRO - commercial product
UI Products aligned to use it:
- React Berry Dashboard - free product
- React Datta Able - free product
- React Datta Able PRO - commercial product
For more information or support please access the AppSeed platform or chat directly with support team on Discord.
Interface descriptor - POSTMAN collection format
- USERS API:
/api/users/register
: create a new user/api/users/login
: authenticate an existing user/api/users/logout
: delete the associated JWT token/api/users/checkSession
: check an existing JWT Token for validity/api/users/edit
- edit the information associated with a registered user
API Server Unified - Internal API Interface definition used by AppSeed App Generator