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
特にtransaction周り
handler登録:
Jomon/router/router.go
Lines 62 to 68 in 2083952
handler実装:
Jomon/service/webhook.go
Line 74 in 2083952
Lines 129 to 173 in 2083952
POST /api/transactionsとPUT /api/transactions/:transactionIDに対して同一の構造体でペイロードをbindしている
POST /api/transactions
PUT /api/transactions/:transactionID
Lines 38 to 44 in 2083952
POST
Jomon/router/transaction.go
Lines 27 to 33 in 2083952
PUT
Lines 35 to 41 in 2083952
The text was updated successfully, but these errors were encountered:
No branches or pull requests
特にtransaction周り
handler登録:
Jomon/router/router.go
Lines 62 to 68 in 2083952
handler実装:
Jomon/service/webhook.go
Line 74 in 2083952
Jomon/service/webhook.go
Lines 129 to 173 in 2083952
POST /api/transactions
とPUT /api/transactions/:transactionID
に対して同一の構造体でペイロードをbindしているJomon/service/webhook.go
Lines 38 to 44 in 2083952
が、この2つのエンドポイントではペイロードの構造が違う
POST
のペイロードJomon/router/transaction.go
Lines 27 to 33 in 2083952
PUT
のペイロードJomon/router/transaction.go
Lines 35 to 41 in 2083952
The text was updated successfully, but these errors were encountered: