{"id":39957877,"url":"https://github.com/meterup/ngrok-go","last_synced_at":"2026-01-18T21:03:02.510Z","repository":{"id":57507070,"uuid":"227445809","full_name":"meterup/ngrok-go","owner":"meterup","description":"Ngrok Go client","archived":false,"fork":false,"pushed_at":"2021-02-23T04:34:28.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-10-20T00:18:03.373Z","etag":null,"topics":["go","golang","http","ngrok","ngrok-client"],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/meterup/ngrok-go","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meterup.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":"2019-12-11T19:39:45.000Z","updated_at":"2021-02-23T04:34:30.000Z","dependencies_parsed_at":"2022-09-04T13:23:12.538Z","dependency_job_id":null,"html_url":"https://github.com/meterup/ngrok-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meterup/ngrok-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meterup%2Fngrok-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meterup%2Fngrok-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meterup%2Fngrok-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meterup%2Fngrok-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meterup","download_url":"https://codeload.github.com/meterup/ngrok-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meterup%2Fngrok-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28550497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T20:59:07.572Z","status":"ssl_error","status_checked_at":"2026-01-18T20:59:02.799Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["go","golang","http","ngrok","ngrok-client"],"created_at":"2026-01-18T21:03:02.446Z","updated_at":"2026-01-18T21:03:02.504Z","avatar_url":"https://github.com/meterup.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngrok-go\n\nThis client simplifies interaction with the ngrok API.\n\nExample usage:\n\n```go\nimport ngrok \"github.com/meterup/ngrok-go\"\n\nclient := ngrok.New(ngrok.BaseURL, os.Getenv(\"NGROK_API_TOKEN\"))\ndata := url.Values{}\ndata.Set(\"description\", \"ngrok-go\")\ncred, err := client.Creds.Create(context.TODO(), data)\nif err != nil {\n    log.Fatal(err)\n}\nfmt.Printf(\"created credential: %#v\\n\", cred)\n```\n\nThe client does not implement the entire API, but it should be easy to add new\nendpoints following the existing pattern.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeterup%2Fngrok-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeterup%2Fngrok-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeterup%2Fngrok-go/lists"}