The app will start at http://127.0.0.1:8000/
- You can access DRF browsable API at: http://127.0.0.1:8000/api/v1
- You can access swagger docs at: http://127.0.0.1:8000/
api/docsapi-docs/swagger-ui - You can access redoc docs at: http://127.0.0.1:8000/
api/docsapi-docs/redoc
Instructions to generate client SDKs
To generate the client SDKs
-
First Refresh the openapi spec:
python manage.py spectacular --file openapi.yml
-
Then generate the SDKs:
./gradlew clean buildJavaSdk
buildTypescriptAngularSdkbuildJavaSdk
client SDKs will be generated in build/generated
directory