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
When I look at https://github.com/Krystosterone/mollom_rest_api/blob/master/lib/mollom_rest_api/v1/captcha.rb, I have a hard time understanding what this class is supposed to return. I think a better pattern is to parse the output in the same class and have response objects that are interfaced so that it is clear what one can do with the response objects/data.
Can you clarify how you are working with this gem and if you are expecting mollom to not change it's responses or add values?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I look at https://github.com/Krystosterone/mollom_rest_api/blob/master/lib/mollom_rest_api/v1/captcha.rb, I have a hard time understanding what this class is supposed to return. I think a better pattern is to parse the output in the same class and have response objects that are interfaced so that it is clear what one can do with the response objects/data.
Can you clarify how you are working with this gem and if you are expecting mollom to not change it's responses or add values?
The text was updated successfully, but these errors were encountered: