mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
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#572
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/215
Author: @FGoessler
Created: 4/3/2016
Status: ✅ Merged
Merged: 4/4/2016
Merged by: @phimage
Base:
master← Head:#212-NSURLRequest-support📝 Commits (2)
b7dadb2#212: fixed the OAuthSwiftHTTPRequest initializer that accepts an NSURLRequeste2e85b8#212: added a method to OAuthSwiftClient to perform requests via plain NSURLRequest objects📊 Changes
4 files changed (+133 additions, -67 deletions)
View changed files
📝
OAuthSwift/OAuthSwiftClient.swift(+71 -63)📝
OAuthSwift/OAuthSwiftHTTPRequest.swift(+6 -4)📝
OAuthSwiftTests/OAuthSwiftClientTests.swift(+27 -0)📝
OAuthSwiftTests/OAuthSwiftRequestTests.swift(+29 -0)📄 Description
Added a method on OAuthSwiftClient that accepts a plain NSURLRequest, creates an OAuthSwiftHTTPRequest object with it and starts that request as usually, like discussed in #212.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.