{"id":13621771,"url":"https://github.com/jmcvetta/napping","last_synced_at":"2025-04-15T01:34:00.771Z","repository":{"id":5733481,"uuid":"6945489","full_name":"jmcvetta/napping","owner":"jmcvetta","description":"Golang HTTP client library","archived":false,"fork":false,"pushed_at":"2020-08-10T11:48:05.000Z","size":171,"stargazers_count":288,"open_issues_count":4,"forks_count":59,"subscribers_count":15,"default_branch":"develop","last_synced_at":"2024-09-27T12:47:35.271Z","etag":null,"topics":["golang","rest-client"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmcvetta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-30T20:49:52.000Z","updated_at":"2023-04-29T16:32:05.000Z","dependencies_parsed_at":"2022-08-07T11:00:04.680Z","dependency_job_id":null,"html_url":"https://github.com/jmcvetta/napping","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcvetta%2Fnapping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcvetta%2Fnapping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcvetta%2Fnapping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcvetta%2Fnapping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmcvetta","download_url":"https://codeload.github.com/jmcvetta/napping/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223644534,"owners_count":17178758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","rest-client"],"created_at":"2024-08-01T21:01:10.393Z","updated_at":"2025-04-15T01:34:00.765Z","avatar_url":"https://github.com/jmcvetta.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Napping: HTTP for Gophers\n\nPackage `napping` is a [Go][] client library for interacting with\n[RESTful APIs][].  Napping was inspired  by Python's excellent [Requests][]\nlibrary.\n\n\n## Status\n\n| System    | Status                                                                                                                |\n|-----------|:---------------------------------------------------------------------------------------------------------------------:|\n| Travis CI | [![Travis Build Status](https://travis-ci.org/jmcvetta/napping.png)](https://travis-ci.org/jmcvetta/napping)          |\n| CircleCI  | [![Circle CI](https://circleci.com/gh/jmcvetta/napping.svg?style=svg)](https://circleci.com/gh/jmcvetta/napping)      |\n| Coveralls | [![Coveralls](https://img.shields.io/coveralls/jmcvetta/napping/master.svg)](https://coveralls.io/r/jmcvetta/napping) |\n| Codecov   | [![Codecov](https://img.shields.io/codecov/c/github/jmcvetta/napping.svg)](https://codecov.io/gh/jmcvetta/napping)    |\n\nUsed by, and developed in conjunction with, [Neoism][].\n\n\n## Installation \n\n### Requirements\n\nNapping is [tested with Go 1.3 or later](https://github.com/jmcvetta/napping/blob/develop/.travis.yml#L2).\n\n\n### Development\n\n```\ngo get github.com/jmcvetta/napping\n```\n\n### Stable\n\nNapping is versioned using [`gopkg.in`](http://gopkg.in).  \n\nCurrent release is `v3`.\n\n```\ngo get gopkg.in/jmcvetta/napping.v3\n```\n\n\n## Documentation\n\nSee [![GoDoc](http://godoc.org/github.com/jmcvetta/napping?status.png)](http://godoc.org/github.com/jmcvetta/napping)\nfor automatically generated API documentation.\n\nCheck out [github_auth_token][auth-token] for a working example\nshowing how to retrieve an auth token from the Github API.\n\n\n## Support\n\nSupport and consulting services are available from [Silicon Beach Heavy\nIndustries](http://siliconheavy.com).\n\n\n\n## Contributing\n\nContributions in the form of Pull Requests are gladly accepted.  Before\nsubmitting a PR, please ensure your code passes all tests, and that your\nchanges do not decrease test coverage.  I.e. if you add new features also add\ncorresponding new tests.\n\n\n## License\n\nThis is Free Software, released under the terms of the [GPL v3][].\n\n\n[Go]:           http://golang.org\n[RESTful APIs]: http://en.wikipedia.org/wiki/Representational_state_transfer#RESTful_web_APIs\n[Requests]:     http://python-requests.org\n[GPL v3]:       http://www.gnu.org/copyleft/gpl.html\n[auth-token]:   https://github.com/jmcvetta/napping/blob/master/examples/github_auth_token/github_auth_token.go\n[Neoism]:       https://github.com/jmcvetta/neoism\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcvetta%2Fnapping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmcvetta%2Fnapping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcvetta%2Fnapping/lists"}