u1i/yoisho

Add "Base Path" to API definition

Closed this issue · 4 comments

Currency: Base path = /currency; resource=/get_currency *Note should verb be in resource name?
ATM: Base path = /banking/v1; resource=atm -- GET, POST only
ATM: Base path = /banking/v2; resource=atm -- Add GET ALL, Delete
Credit Card: Base path = /cardservices; resource=cards

u1i commented

looking into this

u1i commented

done for currency:
/fx/currency

The old paths / access methods will still work as well

u1i commented

done for atm

/banking/v1 and /banking/v2

u1i commented

done for credit card

/cardservices