Closed
Description
I am currently having this issue where some of the APIs have empty parameters and are classified in a group called None.
Here is a screenshot: http://i.imgur.com/2pXFhLj.png
Here are the APIs that seem to be incompatible:
url(r'^api-token-auth/', rest_views.obtain_auth_token),
url(r'^api/v1/auth/login/$', LoginView.as_view(), name='login'),
url(r'^api/v1/ios/auth/login/$', LoginView.as_view()),
url(r'^api/v1/auth/logout/$', LogoutView.as_view(), name='logout'),
url(r'^api/v1/ios/auth/logout/$', LogoutView.as_view()),
Also, is there a way to create "Groups" of APIs manually to organize the page more?
Many Thanks!
Metadata
Metadata
Assignees
Labels
No labels