Skip to content
New issue

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

ListUserAccountsにページングのパラメータがない #28

Open
kzkn opened this issue Feb 8, 2021 · 0 comments
Open

ListUserAccountsにページングのパラメータがない #28

kzkn opened this issue Feb 8, 2021 · 0 comments

Comments

@kzkn
Copy link
Contributor

kzkn commented Feb 8, 2021

ListUserAccountsの応答はPaginatedAccountsで、ページネーション付きのオブジェクトです。一方で、ListUserAccountsにはページングのためのパラメータ(page, per など)がなく、実質的にページングができません。

https://github.com/pokepay/pokepay_partner_ruby_sdk/blob/master/docs/index.md#%E3%82%A8%E3%83%B3%E3%83%89%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC%E5%BA%97%E8%88%97%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC%E3%81%AE%E3%82%A6%E3%82%A9%E3%83%AC%E3%83%83%E3%83%88%E4%B8%80%E8%A6%A7%E3%82%92%E8%A1%A8%E7%A4%BA%E3%81%99%E3%82%8B

現状は要求と応答の型に不整合がある状態だと思います。
ページングがあるのないのか、どちらかに揃えたほうがよいのではないかと思います。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant