feat(customers): add customer list endpoint (#2564)

Co-authored-by: Bernard Eugine <114725419+bernard-eugine@users.noreply.github.com>
This commit is contained in:
Narayan Bhat
2023-10-12 19:58:34 +05:30
committed by GitHub
parent 28d02f94c6
commit c26620e041
12 changed files with 207 additions and 24 deletions

View File

@ -47,7 +47,8 @@ impl From<Flow> for ApiIdentifier {
| Flow::CustomersRetrieve
| Flow::CustomersUpdate
| Flow::CustomersDelete
| Flow::CustomersGetMandates => Self::Customers,
| Flow::CustomersGetMandates
| Flow::CustomersList => Self::Customers,
Flow::EphemeralKeyCreate | Flow::EphemeralKeyDelete => Self::Ephemeral,