BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

[FEATURE] POST -> GET: WaitForTransactionReceipt #1226

Closed YoshihitoAso closed 2 years ago

YoshihitoAso commented 2 years ago

Is your feature request related to a problem? Please describe.

The current /WaitForTransactionReceipt API is a POST method, but a GET method is appropriate for a RESTful API design.

現在の/WaitForTransactionReceipt API はPOSTメソッドであるが、RESTfulなAPI設計としては、GETメソッドが適当である。

Describe the solution you'd like

Change from POST method to GET method.

POSTメソッドからGETメソッドに変更する。