Skip to content
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

feat(request): Add APIs to Request #14

Merged
merged 8 commits into from
Sep 24, 2022
Merged

feat(request): Add APIs to Request #14

merged 8 commits into from
Sep 24, 2022

Conversation

pjechris
Copy link
Owner

@pjechris pjechris commented Sep 23, 2022

Adds (or re-add) apis to Request:

  • Adds methods to directly post/put Encodable and MultipartFormData and remove methods accepting Body
  • Makes init public so people can implement specific cases if needed (like a delete with a body)
  • Adds cachePolicy
  • Adds PATCH
  • Creates Endpoint from interpolation string

@pjechris pjechris added the enhancement New feature or request label Sep 23, 2022
@pjechris pjechris merged commit fb919ea into main Sep 24, 2022
@pjechris pjechris deleted the feat/request-api branch September 24, 2022 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant