{"id":16937308,"url":"https://github.com/yageek/tpggo","last_synced_at":"2026-05-18T11:36:47.676Z","repository":{"id":64307370,"uuid":"161685074","full_name":"yageek/tpggo","owner":"yageek","description":":bus: API for TPG","archived":false,"fork":false,"pushed_at":"2019-02-19T15:44:19.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-03-12T07:40:39.742Z","etag":null,"topics":["api","golang","opendata","tpg"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yageek.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":"2018-12-13T19:23:43.000Z","updated_at":"2020-05-05T13:09:01.000Z","dependencies_parsed_at":"2023-01-15T11:00:30.299Z","dependency_job_id":null,"html_url":"https://github.com/yageek/tpggo","commit_stats":null,"previous_names":["gophersch/tpggo"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/yageek/tpggo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yageek%2Ftpggo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yageek%2Ftpggo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yageek%2Ftpggo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yageek%2Ftpggo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yageek","download_url":"https://codeload.github.com/yageek/tpggo/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yageek%2Ftpggo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33177283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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":["api","golang","opendata","tpg"],"created_at":"2024-10-13T20:59:16.595Z","updated_at":"2026-05-18T11:36:47.659Z","avatar_url":"https://github.com/yageek.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tpggo\n\nAn http client for the TPG Open Data.\n\nFor more explanation: [TPG Open Data](http://www.tpg.ch/fr/web/open-data/mode-d-emploi)\n\n## Installation\n\n```shell\ngo get github.com/gophersch/tpggo\n```\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/gophersch/tpggo\"\n)\n\nconst (\n\tapiKey = \"MY_KEY\"\n)\n\nfunc main() {\n\n\tclient := tpggo.NewClient(apiKey)\n\n\t// Get all the stops\n\tif resp, err := client.GetStops(); err != nil {\n\t\tpanic(err)\n\t} else {\n\t\tfor _, stop := range resp.Stops {\n\t\t\tfmt.Printf(\"Stop Name: %s | Code: %s \\n\", stop.Code, stop.Name)\n\t\t}\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyageek%2Ftpggo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyageek%2Ftpggo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyageek%2Ftpggo/lists"}