mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #231] [MERGED] Ability to specify body data for PUT request #578
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#578
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/231
Author: @ghost
Created: 5/20/2016
Status: ✅ Merged
Merged: 7/7/2016
Merged by: @phimage
Base:
master← Head:put-body📝 Commits (1)
72b0dbaAllowed ability to specify body data for PUT request📊 Changes
2 files changed (+21 additions, -7 deletions)
View changed files
📝
OAuthSwift/OAuthSwiftClient.swift(+8 -6)📝
OAuthSwiftTests/OAuthSwiftClientTests.swift(+13 -1)📄 Description
We have a use case where we need to make a PUT request with data in the body of the request. We couldn't find any publicly accessible way to do this currently, so recommending adding the ability to pass body data in to the request methods.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.