Releases: snus-kin/twitter.nim
Releases · snus-kin/twitter.nim
2.0.0
1.0.1
1.0.0
- Full support for all endpoints specified in the API Index Reference.
- Includes new methods for
PUT
andDELETE
- Support for the
publish.twitter.com
domain foroembed
API
The twitter.nim
file is vaguely in the order of the API Index, with comment headings to break up different endpoints, I have also annotated each proc with their endpoints for ease of finding. Some of the API docs on twitter are badly written and might have things like .format
instead of .json
which I assume was a templating error, I have tested these and corrected them in the comments.
NB: method user()
which accessed multiple endpoints has been replaced with relevant more specific proc names. i.e. this might not be backwards-compatible if you relied on those procs.