esperecyan / dictionary-api
従来の辞書形式を「主に単語で答えるゲームにおける汎用的な辞書形式」に変換する Web API を提供します。
Fund package maintenance!
esperecyan
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 2
Type:project
Requires
- php: >=7.1
- ext-gettext: *
- ext-mbstring: *
- bantu/ini-get-wrapper: ^1.0.1
- esperecyan/dictionary-php: ^0.9.2
- scriptfusion/byte-formatter: ^3.2.0
Requires (Dev)
- ext-spl: *
- ext-xdebug: *
- ext-zip: *
- h4cc/multipart: 1.0.x-dev || ^1.0.0
- phpunit/phpunit: ^8.5.2
- riverline/multipart-parser: ^2.0.8
This package is auto-updated.
Last update: 2024-10-29 03:48:23 UTC
README
次のゲームの辞書を相互に変換できるようにする Web API を提供します。
- 主に単語で答えるゲームにおける汎用的な辞書形式 (以下、汎用辞書形式)
- キャッチフィーリング、Drawing Catch (*.cfq)
- きゃっちま (*.dat) ※暗号化後のファイルは扱えません
- Inteligenceω (*.txt, *.zip) ※暗号化後のファイルは扱えません
- ピクトセンス
動作デモ
https://esperecyan.github.io/dictionary-api/demo/
使い方
https://game.pokemori.jp/dictionary-api/v0/converter
上記URLに対し、以下のパラメータをmultipart/form-data形式でPOSTします。
レスポンス
以下のパラメータがmultipart/form-data形式で返ります。
ログはいずれもapplication/problem+json形式で問題点の一覧を返します。 拡張メンバの構造については https://github.com/esperecyan/dictionary-api/blob/master/logs.md をご覧ください。
エラー
4xxクラス、または5xxクラスのHTTPステータスコード、およびapplication/problem+json形式でエラーの説明を返します。
Contribution
Pull Request、または Issue よりお願いいたします。
ライセンス
当スクリプトのライセンスは Mozilla Public License Version 2.0 (MPL-2.0) です。
ただし、tests/resources/inteligenceo/quiz-input.txt および tests/resources/inteligenceo/shiritori-input.txt は MPL-2.0 ではないフリーのファイルであり、著作権はろくしー様にあります。