Using BufferSwiftKit with bufferapp.com

Swift integration

✓ Official SDK
Install
# See https://github.com/bufferapp/BufferSwiftKit
Returns a single user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /user{mediaTypeExtension}
Returns an array of social media profiles connected to a users account.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /profiles{mediaTypeExtension}
Returns an object with a the numbers of shares a link has had using Buffer.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /links/shares{mediaTypeExtension}
SDK on GitHub 📄 API Docs
SDK
BufferSwiftKit
Swift
API
bufferapp.com
bufferapp.com
Other SDKs for bufferapp.com
buffered buffer-ios-sdk node-bufferapp
At a glance
Language Swift
Endpoints18
✓ Official