{"id":53003,"library":"go-resty-resty","title":"Resty","description":"Resty is a simple HTTP and REST client library for Go inspired by Ruby's rest-client.","status":"active","version":"1.12.0","language":"go","source_language":null,"source_url":"https://github.com/go-resty/resty","tags":["http","rest","client","api","networking"],"install":[{"cmd":"go get github.com/go-resty/resty","lang":"bash","label":"Install github.com/go-resty/resty"}],"dependencies":[],"imports":[{"symbol":"resty","correct":"github.com/go-resty/resty"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/go-resty/resty\"\n)\n\nfunc main() {\n\tresp, err := resty.R().Get(\"https://api.example.com/data\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(resp.String())\n}","lang":"go","description":"Makes a GET request and prints the response body."},"warnings":[],"env_vars":null,"search_vec":"'api':23 'client':9,19,22 'go':12 'http':6,20 'inspir':13 'librari':10 'network':24 'rest':8,18,21 'rest-client':17 'resti':1,2 'rubi':15 'simpl':5","created_at":"2026-06-15T07:23:20.483342+00:00","updated_at":"2026-06-15T07:23:20.483342+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-resty/resty","github":"https://github.com/go-resty/resty","docs":"https://pkg.go.dev/github.com/go-resty/resty#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}