Tobias von Dewitz 362fdc9fb2 go modified 5 роки тому
..
.gitignore 362fdc9fb2 go modified 5 роки тому
.travis.yml 362fdc9fb2 go modified 5 роки тому
README.md 75fda08e43 added periodic reconnect to nats 6 роки тому
VERSION 75fda08e43 added periodic reconnect to nats 6 роки тому
api.go 75fda08e43 added periodic reconnect to nats 6 роки тому
circle.yml 75fda08e43 added periodic reconnect to nats 6 роки тому
doc.go 75fda08e43 added periodic reconnect to nats 6 роки тому
request.go 75fda08e43 added periodic reconnect to nats 6 роки тому
session.go 75fda08e43 added periodic reconnect to nats 6 роки тому
util.go 75fda08e43 added periodic reconnect to nats 6 роки тому

README.md

Napping: HTTP for Gophers

Package napping is a Go client library for interacting with RESTful APIs. Napping was inspired by Python's excellent Requests library.

Status

System Status
Travis CI Travis Build Status
CircleCI Circle CI
Coveralls Coveralls
Codecov Codecov

Used by, and developed in conjunction with, Neoism.

Installation

Requirements

Napping is tested with Go 1.3 or later.

Development

go get github.com/jmcvetta/napping

Stable

Napping is versioned using gopkg.in.

Current release is v3.

go get gopkg.in/jmcvetta/napping.v3

Documentation

See GoDoc 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

Support and consulting services are available from Silicon Beach Heavy Industries.

Contributing

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.

License

This is Free Software, released under the terms of the GPL v3.