Tobias von Dewitz 362fdc9fb2 go modified 5 năm trước cách đây
..
.gitignore 362fdc9fb2 go modified 5 năm trước cách đây
.travis.yml 362fdc9fb2 go modified 5 năm trước cách đây
README.md 75fda08e43 added periodic reconnect to nats 6 năm trước cách đây
VERSION 75fda08e43 added periodic reconnect to nats 6 năm trước cách đây
api.go 75fda08e43 added periodic reconnect to nats 6 năm trước cách đây
circle.yml 75fda08e43 added periodic reconnect to nats 6 năm trước cách đây
doc.go 75fda08e43 added periodic reconnect to nats 6 năm trước cách đây
request.go 75fda08e43 added periodic reconnect to nats 6 năm trước cách đây
session.go 75fda08e43 added periodic reconnect to nats 6 năm trước cách đây
util.go 75fda08e43 added periodic reconnect to nats 6 năm trước cách đây

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.