😇Kralis API DOCS
School Management System
Kralis API Base URL
Endpoint References in the Data Model Tenets, Rest API and GraphQL API Docs are relative to the base URL.
For Schools: schoolCode-api.kralis.school
For Demo: api.kralis.school
Kralis REST API
The REST API is a collection of endpoints that can be used to interact with the Kralis API. The API is built using the Django Rest Framework. The documentation is available at
/schema/swagger
or/schema/redoc
.
Kralis GraphQL API
The GraphQL API is a collection of types, queries and mutations that can be used to interact with the Kralis API. The API is built using the Graphene-Django. The documentation is available via the Graphiql API Interface at
/graphiql
.
Last updated