- Writing units tests
- setup http client and server for mocking endpoints and responses
- provide extremely simple way for contributors to provide an endpoint unit test
- Add a
map[string]interface{} to response structs and decode JSON into it as well as the root struct
- this could be a field, accessed as normal, or an embedded struct that provides methods for accessing the decoded values
- Write a different
TokenLoaderSaver interface example because AppEngine subpackages have been deprecated AFAIK
- Research Zoho docs to find all the possible HTTP request body encoding formats.
- Figure out how to allow users to add custom fields in responses/requests. This may require embedding structs in a different way.
Please create a new issue if you decided to work on these.
map[string]interface{}to response structs and decode JSON into it as well as the root structTokenLoaderSaverinterface example because AppEngine subpackages have been deprecated AFAIKPlease create a new issue if you decided to work on these.