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.
proxy.golang.org
v2.0.0+incompatible
about 8 years ago
2
116
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 |