[PR #471] [MERGED] Add startAuthorizedRequest optional body parameter to support POST #638

Closed
opened 2026-03-03 16:49:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/471
Author: @ynechaev
Created: 6/19/2018
Status: Merged
Merged: 6/25/2018
Merged by: @phimage

Base: masterHead: authorized-request-add-body-parameter


📝 Commits (1)

  • a511a09 Add startAuthorizedRequest body optional parameter to support POST with http body.

📊 Changes

1 file changed (+4 additions, -3 deletions)

View changed files

📝 Sources/OAuth2Swift.swift (+4 -3)

📄 Description

This PR introduces changes needed to perform POST request using convenience function startAuthorizedRequest with HTTP body parameter.

Before this change self.client.request was performed without optional body parameter.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/OAuthSwift/OAuthSwift/pull/471 **Author:** [@ynechaev](https://github.com/ynechaev) **Created:** 6/19/2018 **Status:** ✅ Merged **Merged:** 6/25/2018 **Merged by:** [@phimage](https://github.com/phimage) **Base:** `master` ← **Head:** `authorized-request-add-body-parameter` --- ### 📝 Commits (1) - [`a511a09`](https://github.com/OAuthSwift/OAuthSwift/commit/a511a0937ffe8c9d3b4207ee4fe0fdeb4c8ae3e4) Add startAuthorizedRequest body optional parameter to support POST with http body. ### 📊 Changes **1 file changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Sources/OAuth2Swift.swift` (+4 -3) </details> ### 📄 Description This PR introduces changes needed to perform `POST` request using convenience function `startAuthorizedRequest` with HTTP body parameter. Before this change self.client.request was performed without optional `body` parameter. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:49:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#638
No description provided.