Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APIサーバの実装 #183

Open
book000 opened this issue Jul 13, 2024 · 0 comments
Open

APIサーバの実装 #183

book000 opened this issue Jul 13, 2024 · 0 comments

Comments

@book000
Copy link
Member

book000 commented Jul 13, 2024

以下の機能を持つ、APIサーバを実装する

  • エイリアス
    • 現在の設定値取得 (GET)
    • 設定値登録・変更 (PATCH)
    • 設定値削除 (DELETE)
  • 無視ルール
    • 現在の設定値取得 (GET)
    • 設定値登録・変更 (PATCH)
    • 設定値削除 (DELETE)
  • ボイス設定
    • 現在の設定値取得 (GET)
    • 設定値登録・変更 (PATCH)
    • 設定値削除 (DELETE)
  • Processor
    • 入力値から各種プロセッサを通した場合の結果取得 (GET)
      どのプロセッサでどういう処理がなされて、最終的にどうなったのか?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant