Open javiermanzano opened 8 years ago
Hello Javier,
There is no explicit way to add parameters to a request right now.
It could be added as an optional parameter to request()
and anyRequest()
defined in service.go:121
and service.go:247
. As a list or url.Values
.
Is it what you'd like to do?
Best regards Anthony
Hi,
I have worked on a new branch to make filters and sorts available.
https://github.com/gotsunami/mangopay2-go-sdk/tree/filter-sort
For now, only Tranfers()
works with extra params. Can you give it a try? Explanations are in filter.go
.
If it works OK, I'll rebuild the doc and add filters and sorts to other methods.
Regards, Anthony
I've been working with your SDK and I haven't found anything about adding query params to the requests.
I'm talking about this: https://docs.mangopay.com/api-references/sort-lists/
Is there any way to add those query params?