Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mastodonkit/mastodonkit
MastodonKit is a Swift Framework that wraps Mastodon's API
https://github.com/mastodonkit/mastodonkit
api mastodon mastodon-api mastodon-apis mastodon-app swift swift-framework swift-library swift-package wrapper
Last synced: 13 days ago
JSON representation
MastodonKit is a Swift Framework that wraps Mastodon's API
- Host: GitHub
- URL: https://github.com/mastodonkit/mastodonkit
- Owner: MastodonKit
- License: mit
- Created: 2017-04-10T15:58:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T06:19:09.000Z (over 1 year ago)
- Last Synced: 2024-04-14T01:33:20.280Z (7 months ago)
- Topics: api, mastodon, mastodon-api, mastodon-apis, mastodon-app, swift, swift-framework, swift-library, swift-package, wrapper
- Language: Swift
- Homepage: https://mastodonkit.github.io/MastodonKit/
- Size: 2.08 MB
- Stars: 250
- Watchers: 11
- Forks: 58
- Open Issues: 10
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
![MastodonKit](https://cloud.githubusercontent.com/assets/19753339/26019845/f64df19a-3778-11e7-8482-e09e187f3923.png)
[![Build Status](https://travis-ci.org/MastodonKit/MastodonKit.svg?branch=master)](https://travis-ci.org/MastodonKit/MastodonKit)
[![Code Coverage](http://codecov.io/github/MastodonKit/MastodonKit/branch/master/graphs/badge.svg)](http://codecov.io/github/MastodonKit/MastodonKit)
[![SwiftPM Compatible](https://img.shields.io/badge/Swift_Package_Manager-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager)
[![SwiftPM Version](https://img.shields.io/github/release/MastodonKit/MastodonKit.svg?colorB=brightgreen)](https://github.com/MastodonKit/MastodonKit/releases)
[![CocoaPods](https://img.shields.io/cocoapods/v/MastodonKit.svg?colorB=brightgreen)](https://github.com/MastodonKit/MastodonKit)**MastodonKit** is a Swift Framework built using Swift Package Manager that wraps the Mastodon API. It covers all the endpoints and entities from [Mastodon's API](https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md) and is designed to be simple to use.
Visit [MastodonKit's Complete Documentation](https://mastodonkit.github.io/MastodonKit) for examples and descriptions of all the methods available. These are some of the examples of what you'll find there:
* [How to Install](https://mastodonkit.github.io/MastodonKit/docs/how-to-install.html)
* [How to Build and Test](https://mastodonkit.github.io/MastodonKit/docs/how-to-build-and-test.html)
* [Initializing the Client](https://mastodonkit.github.io/MastodonKit/docs/initializing-the-client.html)
* [Making Requests](https://mastodonkit.github.io/MastodonKit/docs/making-requests.html)
* [Ranges and Limits](https://mastodonkit.github.io/MastodonKit/docs/ranges-and-limits.html)
* [Uploading Media Attachments](https://mastodonkit.github.io/MastodonKit/docs/uploading-media-attachments.html)By the way, if you want to get in touch with me, [toot me](https://mastodon.social/@otaviocc).
# Contributors
* [Ornithologist Coder (@ornithocoder)](https://mastodon.technology/@ornithocoder)
* [Paul Schifferer (@exsortis)](https://github.com/exsortis)
* [Valerii Hiora (@vhbit)](https://github.com/vhbit)
* [Calv Collins (@[email protected])](https://github.com/calvcoll)
* [Frank Rausch](https://github.com/frankrausch)
* [Adam Lickel](https://github.com/lickel)
* [Bei Li (@[email protected])](https://github.com/kylinroc)
* [Tony Arnold](https://github.com/tonyarnold)# License
Copyright (c) 2017 Ornithologist Coder. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.