We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GET /shifts/users/<userId>/dates/<dateId>/weathers/<weatherId>
/shifts/users/<userId>/dates/<dateId>/weathers/<weatherId>
<userId> ユーザーのID <dateId> 日付。準備日を1、1日目が2として増やしていく。 <weatherId> 天気。晴れが1で雨が2。気にしない時は晴れ扱い。
<userId>
<dateId>
<weatherId>
The text was updated successfully, but these errors were encountered:
[feature]show preparation shift page(#78)
3a02069
[fix]line separetor crlf to lf(#78)
d147c14
Merge pull request #85 from NUTFes/feature/imai/78-show-preparation-day
a4d251a
準備日のシフトを表示(#78)
No branches or pull requests
GET
/shifts/users/<userId>/dates/<dateId>/weathers/<weatherId>
<userId>
ユーザーのID<dateId>
日付。準備日を1、1日目が2として増やしていく。<weatherId>
天気。晴れが1で雨が2。気にしない時は晴れ扱い。The text was updated successfully, but these errors were encountered: