-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"thread:ident=some_id" like params, validation failed #4
Comments
Another way to fix this in the meantime would be to pass
Or if you were assembling more dynamically:
|
👍 This was very useful, thanks. |
Before opening another bug, let me ask: where do this |
@alanjds The threads/details endpoint is documented here https://disqus.com/api/docs/threads/details/ |
Oh, right... got it. I just wish they to had been more explicit than Would had saved me an afternoon. Thanks @dmatt |
IMHO the docs are still not clear.
|
code like this not working now:
because thread:ident don't passed validation in call method of Resource class:
I replaced this code by:
https://github.com/disqus/disqus-python/blob/master/disqusapi/__init__.py#L120
The text was updated successfully, but these errors were encountered: