The Openstad API is a REST based api. It manages the data of the submitted ideas, votes, etc. It is the interface to the OpenStad data that is stored in a MySQL database. It uses the Sequelizearrow-up-right framework for Object modeling.
Site
Idea
Argument
Vote
Article
Newsletter Signup
User
Authentication of API call is done with a JWT. The API issues one after connecting with the auth server via the oAuth2 protocol.
See:
Auth
Sequelize authorization
Pagination and search
Email settings
Database migrations
Configuration
Last updated 3 years ago
Was this helpful?