rsinger86 / drf-flex-fields

Dynamically set fields and expand nested resources in Django REST Framework serializers.
MIT License
740 stars 61 forks source link

get_schema_operation_parameters method for OpenAPI support #67

Closed LukasBerka closed 3 years ago

LukasBerka commented 3 years ago

A method to add OpenAPI schema generation support. As CoreAPI code will be fully removed in DRF 3.12+. https://www.django-rest-framework.org/coreapi/

rsinger86 commented 3 years ago

thanks!