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
from: #202
api clientを刷新する。
const client = new ApiClient(); client.addEventListener('load', (e) => { // some code });
const client = new ApiClient(); const getHogeRequestClient = new GetHogeClient({ apiClient: client, }) getHogeRequestClient.addEventListener('load', (e) => { // some code }); const param: getHogeRequest = {}; getHogeRequestClient.send(param); // { raw: <APIのレスポンス>, context: <イベントが設定したデータなど> }
The text was updated successfully, but these errors were encountered:
errorイベント
Sorry, something went wrong.
beforeRequest afterResponse
moezakura
No branches or pull requests
from: #202
api clientを刷新する。
実装するEvent一覧
実装する関数群
The text was updated successfully, but these errors were encountered: