Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Releases: screwyprof/form3api

Wonderful Tigger

15 Jan 22:03
2803166

Choose a tag to compare

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

14 Jan 21:25
740ee87

Choose a tag to compare

Implement a method to delete an account  (#13)

- Add DeleteAccount method
- Add clean-up section to the tests

Pouncy Tigger

14 Jan 18:17
2a55fff

Choose a tag to compare

Implement Fetch Account method of API client (#11)

- Implement Fetch Account method
- Add an example application

Bouncy Tigger

13 Jan 23:15
9a75178

Choose a tag to compare

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