@@ -193,22 +193,6 @@ This also translates into a very useful interactive documentation viewer in the
193
193
194
194
![ Screenshot - drf-yasg] [ image-drf-yasg ]
195
195
196
-
197
- #### DRF OpenAPI
198
-
199
- [ DRF OpenAPI] [ drf-openapi ] bridges the gap between OpenAPI specification and tool chain with the schema exposed
200
- out-of-the-box by Django Rest Framework. Its goals are:
201
-
202
- * To be dropped into any existing DRF project without any code change necessary.
203
- * Provide clear disctinction between request schema and response schema.
204
- * Provide a versioning mechanism for each schema. Support defining schema by version range syntax, e.g. >1.0, <=2.0
205
- * Support multiple response codes, not just 200
206
- * All this information should be bound to view methods, not view classes.
207
-
208
- It also tries to stay current with the maturing schema generation mechanism provided by DRF.
209
-
210
- ![ Screenshot - DRF OpenAPI] [ image-drf-openapi ]
211
-
212
196
---
213
197
214
198
#### DRF Docs
@@ -338,8 +322,6 @@ To implement a hypermedia API you'll need to decide on an appropriate media type
338
322
[ cite ] : https://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven
339
323
[ drf-yasg ] : https://github.com/axnsan12/drf-yasg/
340
324
[ image-drf-yasg ] : ../img/drf-yasg.png
341
- [ drf-openapi ] : https://github.com/limdauto/drf_openapi/
342
- [ image-drf-openapi ] : ../img/drf-openapi.png
343
325
[ drfdocs-repo ] : https://github.com/ekonstantinidis/django-rest-framework-docs
344
326
[ drfdocs-website ] : https://www.drfdocs.com/
345
327
[ drfdocs-demo ] : http://demo.drfdocs.com/
0 commit comments