mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #133] [CLOSED] Split makeRequest to enable populating existing URLRequest and add testing target #528
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#528
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/133
Author: @BeesBoxler
Created: 10/26/2015
Status: ❌ Closed
Base:
master← Head:curoo-changes📝 Commits (6)
391794bCheck the http url response's status code before using it036fb2fSplitmakeRequestto enable populating existing URLRequest0ba122dChecking localised description existsbc1aa46Move NSHTTPURLResponse into guard let5036053Add testing targetbd5a7bfSetup pods📊 Changes
8 files changed (+404 additions, -65 deletions)
View changed files
📝
OAuthSwift.xcodeproj/project.pbxproj(+204 -2)📝
OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwift.xcscheme(+10 -0)➕
OAuthSwift.xcworkspace/contents.xcworkspacedata(+10 -0)📝
OAuthSwift/OAuthSwiftHTTPRequest.swift(+69 -63)➕
OAuthSwiftTests/Info.plist(+24 -0)➕
OAuthSwiftTests/OAuthSwiftHTTPRequestTests.swift(+60 -0)➕
OAuthSwiftTests/OAuthSwiftTests.swift(+15 -0)➕
Podfile(+12 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.