When building this, I tried to mimic the Python client's API as closely as possible. However, some method names are simpler in the Go version (in alignment with Go idiom). Also, the Go client obviously has to pay more attention to type information than the Python client.
When building this, I tried to mimic the Python client's API as closely as possible. However, some method names are simpler in the Go version (in alignment with Go idiom). Also, the Go client obviously has to pay more attention to type information than the Python client.