Skip to content

Add HTTP verb functions #36

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

Merged
merged 4 commits into from
Mar 7, 2023
Merged

Conversation

n7studios
Copy link
Contributor

Summary

Adds get(), post(), put() and delete() functions for more expressive syntax, with a view to later making make_request() an internal private function again.

Developers can instead use the above verb functions, or the upcoming additional methods we'll be adding for missing API functionality.

Testing

Existing tests pass

Checklist

@n7studios n7studios added this to the 1.0.0 milestone Mar 6, 2023
@n7studios n7studios self-assigned this Mar 6, 2023
@n7studios n7studios changed the base branch from master to fix-sort-order-tests March 6, 2023 16:03
@n7studios n7studios requested review from a team, noelherrick and corydhmiller and removed request for a team March 6, 2023 16:13
@n7studios n7studios marked this pull request as ready for review March 6, 2023 16:14
@n7studios n7studios merged commit 2619b1b into fix-sort-order-tests Mar 7, 2023
@n7studios n7studios deleted the add-http-verb-functions branch March 23, 2023 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants