You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some more user friendly ways to construct this library that I think should be added. For instance the implementation for many of the builder methods simply just keep appending the same query parameter to the list even if a param has already been added before. Ideally the library would find and update the parameter rather than add a duplicate. Consider this code:
The desired outcome would be ?content_type=myType&limit=200 as adding the parameter on twice produces an invalid query and allowing the the limit to be updated can simply some code.