{"id":24465705,"url":"https://github.com/jmpa-io/up-go","last_synced_at":"2025-07-21T10:03:26.303Z","repository":{"id":270269263,"uuid":"383771598","full_name":"jmpa-io/up-go","owner":"jmpa-io","description":"📚 A Go abstraction over the Up Bank API: https://developer.up.com.au/docs.","archived":false,"fork":false,"pushed_at":"2025-05-22T01:15:20.000Z","size":8163,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-16T23:05:30.443Z","etag":null,"topics":["finance","personal-finance","sdk","up","up-bank"],"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/jmpa-io.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":"2021-07-07T11:14:33.000Z","updated_at":"2025-01-28T17:25:14.000Z","dependencies_parsed_at":"2024-12-29T22:20:45.595Z","dependency_job_id":"5fb187bc-e11d-4396-8c86-9ab59aee0d99","html_url":"https://github.com/jmpa-io/up-go","commit_stats":null,"previous_names":["jmpa-io/up-go"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmpa-io/up-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpa-io%2Fup-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpa-io%2Fup-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpa-io%2Fup-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpa-io%2Fup-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmpa-io","download_url":"https://codeload.github.com/jmpa-io/up-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpa-io%2Fup-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266278205,"owners_count":23904038,"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","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":["finance","personal-finance","sdk","up","up-bank"],"created_at":"2025-01-21T06:12:39.861Z","updated_at":"2025-07-21T10:03:26.274Z","avatar_url":"https://github.com/jmpa-io.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD041 MD010 --\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/logo.png\"\u003e\n\u003c/p\u003e\n\n## `up-go`\n\n```diff\n+ 📚 A Go abstraction over the Up Bank API: https://developer.up.com.au/docs.\n\n- This is a WORK-IN-PROGRESS. Use at your own risk!\n\n! This repository has no ties to Up.\n```\n\n\u003ca href=\"LICENSE\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/github/license/jmpa-io/up-go.svg\" alt=\"GitHub License\"\u003e\u003c/a\u003e\n[![CI/CD](https://github.com/jmpa-io/up-go/actions/workflows/cicd.yml/badge.svg)](https://github.com/jmpa-io/up-go/actions/workflows/cicd.yml)\n[![Codecov](https://codecov.io/github/jmpa-io/up-go/graph/badge.svg)](https://codecov.io/github/jmpa-io/up-go)\n\n## `API Coverage`\n\nThe following API endpoints are currently covered by this package:\n\n- [x] [List accounts](https://developer.up.com.au/#get_accounts).\n- [ ] [Get an account by id](https://developer.up.com.au/#get_accounts_id).\n- [ ] [List attachments](https://developer.up.com.au/#get_attachments).\n- [ ] [Get an attachment by id](https://developer.up.com.au/#get_attachments_id).\n- [ ] [List categories](https://developer.up.com.au/#get_categories).\n- [ ] [Get a category by id](https://developer.up.com.au/#get_categories).\n- [ ] [Add a category to a transaction](https://developer.up.com.au/#patch_transactions_transactionId_relationships_category).\n- [x] [List tags](https://developer.up.com.au/#get_tags).\n- [x] [Add tags to a transaction](https://developer.up.com.au/#post_transactions_transactionId_relationships_tags).\n- [x] [Remote tags from a transaction](https://developer.up.com.au/#delete_transactions_transactionId_relationships_tags).\n- [x] [List transactions](https://developer.up.com.au/#get_transactions).\n- [ ] [Get a transaction by id](https://developer.up.com.au/#get_transactions_id).\n- [ ] [List transactions by account](https://developer.up.com.au/#get_accounts_accountId_transactions).\n- [x] [Utility - Ping](https://developer.up.com.au/#get_util_ping).\n- [ ] [List webhooks](https://developer.up.com.au/#get_webhooks).\n- [ ] [Create a webhook](https://developer.up.com.au/#post_webhooks).\n- [ ] [Get a webhook by id](https://developer.up.com.au/#get_webhooks_id).\n- [ ] [Delete webhook](https://developer.up.com.au/#delete_webhooks_id).\n- [ ] [Ping a webhook](https://developer.up.com.au/#post_webhooks_webhookId_ping).\n- [ ] [List webhook logs](https://developer.up.com.au/#get_webhooks_webhookId_logs).\n\n## `Usage`\n\nBelow is a basic example of how to get started with this package:\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"log/slog\"\n\t\"os\"\n\n\t\"github.com/jmpa-io/up-go\"\n)\n\nfunc main() {\n\n\t// setup tracing.\n\tctx := context.TODO()\n\n\t// retrieve token.\n\ttoken := os.Getenv(\"UP_TOKEN\")\n\n\t// setup client.\n\tc, err := up.New(ctx, token, up.WithLogLevel(slog.LevelWarn))\n\tif err != nil {\n\t\tfmt.Printf(\"failed to setup client: %v\\n\", err)\n\t\tos.Exit(1)\n\t}\n\n\t// ping!\n\tp, err := c.Ping(ctx)\n\tif err != nil {\n\t\tfmt.Printf(\"failed to ping: %v\\n\", err)\n\t\tos.Exit(1)\n\t}\n\tfmt.Printf(\"%s\\n\", p.Meta.StatusEmoji)\n}\n```\n\nFor more explicit examples, see the `cmd/*/main.go` files for details.\n\n## `License`\n\nThis work is published under the MIT license.\n\nPlease see the [`LICENSE`](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmpa-io%2Fup-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmpa-io%2Fup-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmpa-io%2Fup-go/lists"}