An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

github.com/ChimeraCoder/anaconda

Package anaconda provides structs and functions for accessing version 1.1 of the Twitter API. Successful API queries return native Go structs that can be used immediately, with no need for type assertions. If you already have the access token (and secret) for your user (Twitter provides this for your own account on the developer portal), creating the client is simple: Executing queries on an authenticated TwitterApi struct is simple. Certain endpoints allow separate optional parameter; if desired, these can be passed as the final parameter. Anaconda implements most of the endpoints defined in the Twitter API documentation: https://dev.twitter.com/docs/api/1.1. For clarity, in most cases, the function name is simply the name of the HTTP method and the endpoint (e.g., the endpoint `GET /friendships/incoming` is provided by the function `GetFriendshipsIncoming`). In a few cases, a shortened form has been chosen to make life easier (for example, retweeting is simply the function `Retweet`) More detailed information about the behavior of each particular endpoint can be found at the official Twitter API documentation.

Ecosystem
proxy.golang.org
Latest Release
v2.0.0+incompatible
about 8 years ago
Versions
2
Dependent Packages
116
Dependent Repos
186
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/%21chimera%21coder/anaconda
spec
License MIT
Namespace github.com/ChimeraCoder
First Release over 8 years ago
Last Synced about 13 hours ago
Repository
Stars 1,143 on GitHub
Forks 246 on GitHub
Commits 296
Committers 79
Avg per Author 3.747
DDS 0.635
Rankings on proxy.golang.org
Overall Top 1.2%
Dependent packages Top 0.4%
Dependent repos Top 0.5%
Forks Top 1.8%