-
-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Automatically providing a schema for an API makes it much easier for others to programmatically access it. drf-spectacular
does this very well for DRF and OpenAPI 3. Doing this for websockets using AsyncAPI would allow this concept to move into the websocket portions of DRF applications.
Describe the solution you'd like
Like drf-spectacular
, traverse the websocket URL endpoints and associated Serializer
s to dynamically build up an AsyncAPI schema for a DCRF application.
With this schema, users can then use the provided AsyncAPI generators to generate client code automatically that maps to the endpoints and types used in the websocket API.
expresspotatolegitYosal and Kakadus
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request