-
Notifications
You must be signed in to change notification settings - Fork 10
Swagger
Swagger is used as an API documentation tool, but it can be used to execute endpoint as well. DeX has Swagger available for both production and development environment.
The links for our production environments are below.
Staging Swagger
Production Swagger
Some features are not implemented in our frontend yet. If it is desired to use the backend implementation (e.g. for posting new categories) you can use Swagger.
In most cases you will need to authorize. You can do this by following the steps below:
-
Press the authorize button
-
Make sure to select the "dex-api" checkbox and press authorize again.
-
You will be redirected to the IdentityServer. Choose to login with local or external (FHICT) account.
If you need administrator credentials you can contact the project lead.
- Open the desired endpoint.
- Press "Try it out", in the top right corner.
- Enter the desired body.
- Press "Execute".
The response can be read below the execute button.