Dima Knivets
  • Home
  • Contact
  • About
  • Twitter

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
Aug 20, 2019 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 works The 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
Jun 16, 2019 1 min read
What is the difference between CoreAPI vs OpenAPI?
OpenAPI

What is the difference between CoreAPI vs OpenAPI?

OpenAPI OpenAPI 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
Jun 15, 2019 1 min read
Page 1 of 1
Dima Knivets © 2025
Powered by Ghost