mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[PR #160] [MERGED] add multiparts parameter to postMultiPartRequest #541
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#541
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/160
Author: @tkawaji
Created: 12/18/2015
Status: ✅ Merged
Merged: 12/18/2015
Merged by: @phimage
Base:
master← Head:add_photo_upload📝 Commits (4)
4d09cccadd multiparts parameter to postMultiPartRequest629a29afix postMultiPartRequest signature771627cchange OAuthSwiftMultipartData from class to struct8f12ae1Re-add OAuthSwiftMultipartData to each target in XCode📊 Changes
3 files changed (+58 additions, -3 deletions)
View changed files
📝
OAuthSwift.xcodeproj/project.pbxproj(+10 -0)📝
OAuthSwift/OAuthSwiftClient.swift(+23 -3)➕
OAuthSwift/OAuthSwiftMultipartData.swift(+25 -0)📄 Description
Hi, thank you for great library.
I want to upload image with postMultiPartRequest, but I can't.
So I created OAuthSwiftMultipartData class for passing multiparat data,
and add method which can receive array of this instance.
How to use:
Thank you.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.