-
Notifications
You must be signed in to change notification settings - Fork 250
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
custom parameters #39
Comments
There isn't a dedicated method but I think you can work around that limitation by using
But I agree with you that all methods would be ideal. Regards. |
Upping this but for another reason. I love this library because its an easy wrapper around the Trello api. The problem starts when you're in need of something more then just plain When you need to add parameters for filtering you have to fallback to But when we have to resort to makeRequest for more advanced options whats the point of having a wrapper in the first place, we might aswell use the official client.js library? There is no second parameter |
@JensDebergh would a |
For compatibility reasons this looks like the best solution available. Best solution would be to rewrite all wrapper function calls to accept an I'm willing to make these changes and commit them but only if this is something that is wanted. |
I like the idea of a rewrite, but that's ultimately @norberteder call. Originally it was decided to add extra functions rather than introduce potentially breaking changes but at the time we were only discussing one or two specific functions rather than supporting |
As far as I can see it's not possible to use e.g. pagination (
before
) or other parameters when getting cards on a list? Unless I missed something, it would be nice to be able to use all Trello API paramsThe text was updated successfully, but these errors were encountered: