{"id":22117143,"url":"https://github.com/bitsnap/myob-api-client","last_synced_at":"2025-03-24T05:46:42.423Z","repository":{"id":265380420,"uuid":"890805244","full_name":"bitsnap/myob-api-client","owner":"bitsnap","description":"Myob API Client ","archived":false,"fork":false,"pushed_at":"2024-11-22T18:45:01.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-29T05:50:22.013Z","etag":null,"topics":["api","client","golang","myob"],"latest_commit_sha":null,"homepage":"https://bitsnap.io","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/bitsnap.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":"2024-11-19T08:01:40.000Z","updated_at":"2024-11-22T18:49:38.000Z","dependencies_parsed_at":"2024-11-29T21:04:49.557Z","dependency_job_id":null,"html_url":"https://github.com/bitsnap/myob-api-client","commit_stats":null,"previous_names":["bitsnap/myob-api-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitsnap%2Fmyob-api-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitsnap%2Fmyob-api-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitsnap%2Fmyob-api-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitsnap%2Fmyob-api-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitsnap","download_url":"https://codeload.github.com/bitsnap/myob-api-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236176746,"owners_count":19107387,"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":["api","client","golang","myob"],"created_at":"2024-12-01T13:29:13.914Z","updated_at":"2025-01-29T11:43:02.436Z","avatar_url":"https://github.com/bitsnap.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"### [Myob](https://www.myob.com/) API Client\n\n[Bitsnap](https://bitsnap.io) Operational Intelligence Platform [Myob](https://www.myob.com/) API client package.\n\nExisting accounting platforms often suffer from reliability issues, such as potential ledger data loss and inconsistent API specifications, \nmaking long-term use and interoperability risky. To address these challenges, Yuriy is publishing up-to-date Accounting Services API Clients with a focus on long-term support. \nThese clients aim to uncover and highlight inconsistencies in API specifications and documentation.\n\nBitsnap focuses on importing and data processing, instead of synchronization.\n\n## Refactoring\n\nNOT READY FOR PRODUCTION USE.\n\n### Bitsnap Accounting Read-only API Clients\n\n - [Myob](https://github.com/bitsnap/myob-api-client) this one\n - [Chargebee](https://github.com/bitsnap/chargebee-api-client) \n - [Freshbooks](https://github.com/bitsnap/freshbooks-api-client)\n - [Paypal](https://github.com/bitsnap/paypal-api-client)\n - [QBO](https://github.com/bitsnap/qbo-api-client)\n - [Stripe](https://github.com/bitsnap/stripe-api-client)\n - [Wave](https://github.com/bitsnap/wave-api-client)\n - [Xero](https://github.com/bitsnap/xero-api-client)\n - [Zoho Books](https://github.com/bitsnap/zohobooks-api-client)\n\n### Usage\n\n```go\npackage main \n\nimport (\n  \"time\"\n  \n  \"github.com/bitsnap/myob-api-client\"\n)\n\n// set MYOB_API_TOKEN and MYOB_SITE variables\n//\nfunc main() {\n}\n```\n\n### Development\n\nInstall [asdf](https://asdf-vm.com/guide/getting-started.html) with all the dependencies\n\n```bash\ngit clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0\n# Add the following to ~/.bashrc:\necho '. \"$HOME/.asdf/asdf.sh\"' \u003e\u003e ~/.bashrc\n# Completions must be configured by adding the following to your .bashrc:\necho '. \"$HOME/.asdf/completions/asdf.bash\"' \u003e\u003e ~/.bashrc\n```\n\n```bash\n# install asdf\n\nasdf plugin add golang\nasdf plugin add golangci-lint \nasdf plugin add ko\nasdf plugin add goreleaser\n\ngo install golang.org/x/tools/cmd/goimports@latest\ngo install mvdan.cc/gofumpt@latest\ngo install github.com/onsi/ginkgo/v2/ginkgo@latest\n```\n\n### Code generation\n\n```bash\n# will scrape the existing API documentation pages and emit the respective API client methods\n# enums and models validation, where applicable\n\ngo generate ./...\n```\n\n### Testing\n\n```bash\nMYOB_API_TOKEN=test_xxx ginkgo run ./...\n```\n\n### TODO\n - [ ] refactor scraping\n - [ ] implement webhook API endpoints for CDC streaming\n - [ ] provide [Apache Flink](https://flink.apache.org/) [JNI source](https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/sources/) binding  \n - [ ] provide [Argo Events](https://argoproj.github.io/argo-events/) source binding\n - [ ] benchmarks\n\n## License\n\n[Bitsnap](https://bitsnap.io) is a proprietary product developed by [Yuriy Yarosh](mailto:yuriy@yarosh.dev).\n\n[Chargebee](https://www.chargebee.com/) golang API Client is licensed under the terms of [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitsnap%2Fmyob-api-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitsnap%2Fmyob-api-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitsnap%2Fmyob-api-client/lists"}