Package napping
is a Go client library for interacting with
RESTful APIs. Napping was inspired by Python's excellent Requests
library.
System | Status |
---|---|
Travis CI | |
CircleCI | |
Coveralls | |
Codecov |
Used by, and developed in conjunction with, Neoism.
Napping is tested with Go 1.3 or later.
go get github.com/jmcvetta/napping
Napping is versioned using gopkg.in
.
Current release is v3
.
go get gopkg.in/jmcvetta/napping.v3
See for automatically generated API documentation.
Check out github_auth_token for a working example showing how to retrieve an auth token from the Github API.
Support and consulting services are available from Silicon Beach Heavy Industries.
Contributions in the form of Pull Requests are gladly accepted. Before submitting a PR, please ensure your code passes all tests, and that your changes do not decrease test coverage. I.e. if you add new features also add corresponding new tests.
This is Free Software, released under the terms of the GPL v3.