BOCCO API β を Swift で利用する為のライブラリ
| API | 実装 | 追加 権限 |
|---|---|---|
| アクセストークンの取得 | ◯ | |
| チャットルームの取得 | ◯ | |
| テキストメッセージの送信 | ◯ | |
| 音声メッセージの送信 | ☓ | |
| 画像メッセージの送信 | ☓ | |
| メッセージ一覧の取得 | ◯ | ◯ |
| イベントの取得 | ☓ | ◯ |
| メッセージを既読にする | ☓ | ◯ |
※追加 権限
このAPIにアクセスするためには、追加の権限が必要です。BOCCOサポートに問合せが必要です。
追加の権限がない場合、下記のbodyがついた404レスポンスとなります。
{"code":404001,"message":"Not Found"}
To run the example project, clone the repo, and run pod install from the Example directory first.
TFBoccoSwift is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "TFBoccoSwift"tfuru
TFBoccoSwift is available under the MIT license. See the LICENSE file for more info.