Form3 interview question

At the time of writing the repository (https://github.com/form3tech-oss/interview-accountapi) with the coding exercise is public. Long story short, the requirement was to write a client library in Go to access a fake API provided by them via Docker.

Interview Answer

Anonymous

24 May 2021

- think how you'll like to be a client library, the end-users are developers so is not hard to do that - pay attention to errors returned by the client library and also at the testing part. Take into account edge cases, not only basic scenarios.