{"id":36531858,"url":"https://github.com/blinghttp/bling","last_synced_at":"2026-01-12T03:02:02.223Z","repository":{"id":56855578,"uuid":"104370085","full_name":"blinghttp/bling","owner":"blinghttp","description":"Amazing Http Client written in Go","archived":false,"fork":false,"pushed_at":"2017-12-25T19:51:09.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T03:42:38.350Z","etag":null,"topics":["golang-library","golang-rest-client","http","json-rest-client","rest-client","retry-http"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blinghttp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-21T16:07:13.000Z","updated_at":"2024-06-20T03:42:38.351Z","dependencies_parsed_at":"2022-09-21T13:12:06.986Z","dependency_job_id":null,"html_url":"https://github.com/blinghttp/bling","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blinghttp/bling","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinghttp%2Fbling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinghttp%2Fbling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinghttp%2Fbling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinghttp%2Fbling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blinghttp","download_url":"https://codeload.github.com/blinghttp/bling/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinghttp%2Fbling/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28332842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-library","golang-rest-client","http","json-rest-client","rest-client","retry-http"],"created_at":"2026-01-12T03:02:02.161Z","updated_at":"2026-01-12T03:02:02.215Z","avatar_url":"https://github.com/blinghttp.png","language":"Go","readme":"# Bling \n\nBling is a Go HTTP client library for creating and sending API requests written in Golang/Go.\n\n![bling Logo](bling-logo.png)\n\n[![Build Status](https://travis-ci.org/blinghttp/bling.svg \"Travis CI status\")](https://travis-ci.org/blinghttp/bling)    \n\nBling has cool methods which simplify setting HTTP Request properties and sending request. Check [usage](#usage) or the [examples](examples) to learn how to use Bling in your code.\n\n\nWe're still under active development, adding support methods for retries, callbacks, etc.\n\n### Features\n\n* Method Setters: Get/Post/Put/Patch/Delete/Head\n* Adding Request Headers\n* Encode structs into URL query parameters\n\n## Install\n\n    go get github.com/blinghttp/bling\n\n\n## Usage\n\nUse Bling client to set request properties and easily send http request\n```\nblingClient := bling.New() //use's default http client if .Client(customClient) is not used\nresp, err := blingClient.Get(\"https://github.com/blinghttp/bling\").DoRaw() //DoRaw method returns raw http response\nif err != nil {\n    fmt.Println(\"Some err\", err)\n    return\n}\ndefer resp.Body.Close()\nresponseBody, err := ioutil.ReadAll(resp.Body)\nif err != nil {\n    fmt.Println(\"Some err\", err)\n    return\n}\nfmt.Println(string(responseBody))\n```\n\n## Contributing\n\nWe love PR's and highly encourage to contribute.\n\n## License\n\n[Apache License](LICENSE)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblinghttp%2Fbling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblinghttp%2Fbling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblinghttp%2Fbling/lists"}