{"id":26198370,"url":"https://github.com/path-network/go-path","last_synced_at":"2026-02-25T02:32:54.056Z","repository":{"id":48978118,"uuid":"295813163","full_name":"path-network/go-path","owner":"path-network","description":"Official GoLang bindings for Path's API","archived":false,"fork":false,"pushed_at":"2023-08-13T13:06:01.000Z","size":31,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-27T17:54:55.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/path-network.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-09-15T18:17:15.000Z","updated_at":"2023-08-10T18:11:42.000Z","dependencies_parsed_at":"2025-04-15T04:45:16.547Z","dependency_job_id":null,"html_url":"https://github.com/path-network/go-path","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/path-network/go-path","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/path-network%2Fgo-path","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/path-network%2Fgo-path/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/path-network%2Fgo-path/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/path-network%2Fgo-path/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/path-network","download_url":"https://codeload.github.com/path-network/go-path/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/path-network%2Fgo-path/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29809086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T22:43:48.403Z","status":"online","status_checked_at":"2026-02-25T02:00:07.329Z","response_time":61,"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":[],"created_at":"2025-03-12T02:52:01.367Z","updated_at":"2026-02-25T02:32:54.038Z","avatar_url":"https://github.com/path-network.png","language":"Go","readme":"# Go Path\n\n![alt text](img/path.png \"Path logo\")\n\n[![](https://godoc.org/github.com/path-network/go-path/path?status.svg)](https://godoc.org/github.com/path-network/go-path/path)\n[![](https://img.shields.io/badge/go-v.1.13.5-blue)](https://github.com/path-network/go-path)\n\nThe official client library written in Go to interact with Path.net's API\n\n## Installation\n\nThe package can be downloaded using Go's builtin get command:\n\n`go get github.com/path-network/go-path/path`\n\nAfter installing go-path, you may use it in your project by importing it\n\n```go\nimport \"github.com/path-network/go-path/path\"\n```\n\n## Getting Started\nTo start using Go Path, you must first request an access token. You may either authenticate using account credentials, or a client ID and client secret:\n\n```go\n// Request a new OAuth2 token with our credentials\ntokenReq := path.AccessTokenRequest{\n\tUsername: \"foo\",\n\tPassword: \"bar\",\n}\n\n// Instantiate a new Path API client using our credentials. An access token will be obtained and used in subsequent\n// requests to other endpoints\nclient, err := path.NewClient(tokenReq)\n\nif err != nil {\n\tlog.Fatalf(\"Error authenticating: %s\\n\", err.Error())\n}\n```\n\nAfter successful authentication, you may access endpoints that require authorization:\n\n```go\nrules, err := path.GetRules()\n\nif err != nil {\n\tlog.Fatalf(\"Error fetching rules: %s\\n\", err.Error())\n}\n\n. . .\n\n```\n\n## Documentation\nFor reference on how to use this package, please refer to the [documentation](https://godoc.org/github.com/path-network/go-path/path).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpath-network%2Fgo-path","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpath-network%2Fgo-path","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpath-network%2Fgo-path/lists"}