mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[PR #197] [MERGED] Remove first char from query string when needed #559
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#559
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/197
Author: @NSURLSession0
Created: 2/24/2016
Status: ✅ Merged
Merged: 2/25/2016
Merged by: @phimage
Base:
master← Head:Remove_first_char_from_query_string_when_needed📝 Commits (1)
53d3f7eRemove first character from query string when it starts with the element seperator📊 Changes
1 file changed (+7 additions, -1 deletions)
View changed files
📝
OAuthSwift/String+OAuthSwift.swift(+7 -1)📄 Description
I use OAuthSwift with an OAuth 1 API. The API returns a query string which starts with an &-symbol. Because of this, the first key will be parsed as '&oauth_token'.
This pull request fixes this problem.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.