このリポジトリとイメージはテスト目的で作った Stub 用サーバーイメージです。一部を除き、処理やレスポンス形式は実際のものとは異なります。
開発ツールのテストで利用しているもので、Feature Request などは受け付けていませんのでご了承ください。
# For Mac ARM users
bundle config --local build.thin --with-cflags="-Wno-error=implicit-function-declaration"
bundle i
bundle exec thin -R config.ru start
POST /api/users/:app_owner_name/apps
:app_owner_name
must start withowner_
. Otherwise, 404 will be returned.file
parameter is required and must be a file part. Otherwise, 400 will be returned.
- デフォルトブランチへのマージ、あるいは workflow_dispatch を使うと GitHub Packages にリリースされます