-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add get_schema_view() function for create Schema view for different endpoints #35
Comments
We are also exploring this issue here #22 |
i don't yet completely understand what you are after.
|
@tfranzel I want to serve multiple subsets of the API |
now i understand. we need to add a parameter to SpectacularApiView. then you can manually set each subset with its own URLCONF. good catch, i'll do it. |
@Mopsan that should do it for you. have a look at drf-spectacular/tests/test_view.py Lines 20 to 25 in 1016850
on how to use it. the test uses it for "version" but you can use it for your case too. @MissiaL: nowwe have at least a "ghetto" versioning until we can do it right in #22 |
@tfranzel ooh, that's looks good, thank you very much |
In drf_yasg I can create different schema views for different endpoints. Can you implement the same functionality?
The text was updated successfully, but these errors were encountered: