You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing helpers (get_detail, get_list) expect that url is a basename of a ViewSet (i.e. model-list).
We often use plain apis without suffix at all (i.e. today or visitor).
There should be a simple way to reverse and to fetch these apis.
url() method should use basename without - if None is passed as suffix
add fetch(status, method, data) method to simplify retrieving standalone api views content.
The text was updated successfully, but these errors were encountered:
Existing helpers (get_detail, get_list) expect that url is a basename of a ViewSet (i.e.
model-list
).We often use plain apis without suffix at all (i.e.
today
orvisitor
).There should be a simple way to reverse and to fetch these apis.
url()
method should usebasename
without-
ifNone
is passed as suffixfetch(status, method, data)
method to simplify retrieving standalone api views content.The text was updated successfully, but these errors were encountered: