Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typed parameters #13

Closed
jonwho opened this issue Dec 23, 2019 · 0 comments
Closed

typed parameters #13

jonwho opened this issue Dec 23, 2019 · 0 comments

Comments

@jonwho
Copy link
Owner

jonwho commented Dec 23, 2019

accepting parameters as an interface feels clunky

define parameters struct per request

type BatchRequestParams struct {
    Types string `url:"types,omitempty"`
    Range string `url:"range,omitempty"
    Last int `url:"last,omitempty"
}
@jonwho jonwho closed this as completed Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant