Replies: 6 comments
-
Do you have the "latest-enabled" option enabled? |
Beta Was this translation helpful? Give feedback.
-
Nope I have not and now I see why it was throwing back 404 to me... Actually I was looking for an API just for admin with which admin, and just admin, could iterate over comments and do something like verify or delete on all comments matching a filter. This way any filter matching will be done client side with JS rather than server side. |
Beta Was this translation helpful? Give feedback.
-
By the way, I saw that Github has marked me as contributor for this repo and I didn't remember what contributions I have made till I saw my PR :D |
Beta Was this translation helpful? Give feedback.
-
@farooqkz would you mind closing this? |
Beta Was this translation helpful? Give feedback.
-
You mean I close this one and open a separate issue for the question which I asked? |
Beta Was this translation helpful? Give feedback.
-
To answer your other question, afaik there is no explicit admin API, but rather admin uses the standard endpoints that the client also uses ( So you can get a list of all comments via the |
Beta Was this translation helpful? Give feedback.
-
Hello.
I cannot find out where can I access
/latest
API(https://github.com/posativ/isso/blob/master/isso/views/comments.py#L1197). Tryingisso_root/latest?limit=10
but getting 404 instead of JSON.Using latest release from PyPI.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions