ory / sdk

The place where ORY's SDKs are being auto-generated
Apache License 2.0
135 stars 85 forks source link

Rust: return next `page_token` for `list_identities` #317

Open ghost opened 6 months ago

ghost commented 6 months ago

Preflight checklist

Ory Network Project

No response

Describe your problem

Since /admin/identities has deprecated page_size, the function should now use page_token for next page. However, the next page_token is not available when using list_identities function.

https://docs.rs/ory-client/latest/ory_client/apis/identity_api/fn.list_identities.html

Describe your ideal solution

Return a data model containing the data and the next page_token as done in other functions.

Workarounds or alternatives

None found.

Version

1.4.9

Additional Context

No response

pawel-pajak-espeo commented 3 months ago

+1 for dotnet client