Django Adventures
  • Home
  • About
  • Contact
Tagged

OpenAPI

A collection of 3 posts

OpenAPI

Django Rest Framework OpenAPI 3 support

OpenAPI 3 support in Django Rest Framework is still a work in progress. Things are moving quickly so there's not a lot of up to date info about this topic. It's not clear which features of OpenAPI 3 spec are supported in DRF and researching this info on your own

  • Dima Knivets
Dima Knivets 7 min read
OpenAPI

How to generate an OpenAPI spec in Django Rest Framework?

There are two ways to generate an OpenAPI spec in Django Rest Framework: CLI command and API endpoint. How it worksThe actual spec is produced by an underlying generator class, called by either a CLI command or an API endpoint. Long story short: generator collects the project endpoints from settings.

  • Dima Knivets
Dima Knivets 1 min read
What is the difference between CoreAPI vs OpenAPI?
OpenAPI

What is the difference between CoreAPI vs OpenAPI?

OpenAPIOpenAPI is a specification used to describe API services. It is also known as a Swagger specification. It is used by various languages and frameworks as a format to describe API services. OpenAPI specifies how to produce a document which is supposed to be a textual representation of your entire

  • Dima Knivets
Dima Knivets 1 min read
Django Adventures © 2025