moov-io/customers

http: fix discrepancy between customer address urls

vxio opened this issue · 4 comments

vxio commented

There are two endpoints:

  1. /v1/customers/{customerID}/address
  2. /v1/customers/{customerID}/addresses/{addressID}

In the first endpoint, we should make the resource plural : address -> addresses

Can we support both and have the UI move over at some point?

vxio commented

@adamdecaf Sure, would we need to make any changes to the docs?

Let's change the docs to the plural form.

vxio commented

Looks like this issue has already been resolved in #187 where I changed all references of address to addresses. I'll close this issue.