redvine
redvine copied to clipboard
RIP Vine. This was a simple Ruby wrapper for the undocumented Vine API.
Results
3
redvine issues
Sort by
recently updated
recently updated
newest added
I'm trying to use the popular endpoint, and I can't do pagination with redvine because `get_request_data` has `records=true` hardcoded. I need the `anchor` property that is outside the array of...
Some companies will only use gems with a certain license. The canonical and easy way to check is [via the gemspec](http://docs.rubygems.org/read/chapter/20#license), via e.g. ``` spec.license = 'MIT' # or spec.licenses...