This repository was archived by the owner on Dec 9, 2022. It is now read-only.
Releases: screwyprof/form3api
Releases · screwyprof/form3api
Wonderful Tigger
Implement ListAccounts method (#17)
- Implement ListAccounts method
- Move asserts into a separate package to de-clutter package API interface
- Add a test to get all accounts using paging
- Run tests in parallel
- Update docs, add examples
Flouncy Tigger
Implement a method to delete an account (#13)
- Add DeleteAccount method
- Add clean-up section to the tests
Pouncy Tigger
Implement Fetch Account method of API client (#11)
- Implement Fetch Account method
- Add an example application
Bouncy Tigger
Implement basic REST API Client which can create accounts:
- Add E2E test to create accounts
- Add docs for ADRs
- Add Development Log
- Implement request builder
- Implement Create Account method