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
Addresses GitHub Issue #8
- Set parameters as CURLOPT_POSTFIELDS, which cURL will automatically translate into the URL query string.
This lets us pass the ?params versus ¶ms logic off to cURL, which makes the code easier to maintain.
- Allow all parameters passed to be empty by making the argument optional on GET, POST, and PUT.
This is mostly for consistency.
Signed-off-by: Daniel Hunsaker <[email protected]>
0 commit comments