-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
- 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
TokenLoaderSaverinterface 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.
Metadata
Metadata
Assignees
Labels
No labels