{"id":23627243,"url":"https://github.com/pyrox18/billplz","last_synced_at":"2025-07-30T13:19:10.539Z","repository":{"id":89632222,"uuid":"130673696","full_name":"pyrox18/billplz","owner":"pyrox18","description":"A Go wrapper for the Billplz REST API","archived":false,"fork":false,"pushed_at":"2018-04-23T09:37:21.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-11T16:26:13.290Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyrox18.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}},"created_at":"2018-04-23T09:35:09.000Z","updated_at":"2018-04-23T09:36:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"500a7af0-4248-43a5-8fb5-75a8f7c8133a","html_url":"https://github.com/pyrox18/billplz","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pyrox18/billplz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrox18%2Fbillplz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrox18%2Fbillplz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrox18%2Fbillplz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrox18%2Fbillplz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyrox18","download_url":"https://codeload.github.com/pyrox18/billplz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrox18%2Fbillplz/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267874784,"owners_count":24158765,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":"2024-12-27T23:57:50.343Z","updated_at":"2025-07-30T13:19:10.480Z","avatar_url":"https://github.com/pyrox18.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyrox18/billplz\n\nA Go wrapper for the [Billplz REST API](https://www.billplz.com/api).\n\n## Installation\n\nAssuming a correctly configured Go toolchain, run\n\n```bash\n$ go get -u github.com/pyrox18/billplz\n```\n\nThis project also uses [dep](https://github.com/golang/dep), so if dep is installed, `dep ensure` can be run to install the dependencies in the project folder.\n\n## Usage\n\nExample:\n\n```go\nimport \"github.com/pyrox18/billplz\"\n\nfunc main() {\n  // Initialise a new client\n  c, err := billplz.NewClient(nil, \"BILLPLZ_API_KEY_HERE\", true);\n\n  // Get a set of collections\n  collections, err := c.GetCollectionIndex(1, \"\");\n\n  // Do whatever with the collections\n}\n```\n\nRefer to the [documentation](https://godoc.org/github.com/pyrox18/billplz) for details on available types and functions.\n\n## Billplz API Version Support\n\nThis package makes requests to version 3 of the Billplz REST API. Features in version 4 are not supported.\n\n## License\n\nThis package is licensed under the MIT license. See the LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyrox18%2Fbillplz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyrox18%2Fbillplz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyrox18%2Fbillplz/lists"}