We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Result class should define Id, AuthorId and SecionId as long? (or maybe long), just as they are defined in Article.
var results = api.Articles.SearchArticlesFor("Test article");
"An unhandled exception of type 'Newtonsoft.Json.JsonReaderException' occurred in Newtonsoft.Json.dll
Additional information: JSON integer 4303108328 is too large or small for an Int32. Path 'results[0].author_id', line 1, position 244."
The text was updated successfully, but these errors were encountered:
commit ecb8461 has fixed this issue. closing this issue
Sorry, something went wrong.
mozts2005
No branches or pull requests
The Result class should define Id, AuthorId and SecionId as long? (or maybe long), just as they are defined in Article.
var results = api.Articles.SearchArticlesFor("Test article");
"An unhandled exception of type 'Newtonsoft.Json.JsonReaderException' occurred in Newtonsoft.Json.dll
Additional information: JSON integer 4303108328 is too large or small for an Int32. Path 'results[0].author_id', line 1, position 244."
The text was updated successfully, but these errors were encountered: