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
AzureADB2CサンプルのAPIのURIについて、 (Maia)/api/user (Maris)/api/users という差異がある。 このことによって、自動生成されるクライアントコードに差分が出ており、 これを呼び出すsrc/api-client/index.ts が共通化できないので、URIを共通化する。
APIのURIにはリソース名の複数形を使用することが一般的なはずなので、 Maris側(users)に合わせることを想定。
The text was updated successfully, but these errors were encountered:
rnakagawa16
Successfully merging a pull request may close this issue.
概要
AzureADB2CサンプルのAPIのURIについて、
(Maia)/api/user
(Maris)/api/users
という差異がある。
このことによって、自動生成されるクライアントコードに差分が出ており、
これを呼び出すsrc/api-client/index.ts
が共通化できないので、URIを共通化する。
詳細 / 機能詳細(オプション)
APIのURIにはリソース名の複数形を使用することが一般的なはずなので、
Maris側(users)に合わせることを想定。
完了条件
The text was updated successfully, but these errors were encountered: