BeejLuig / currency-converter

Chrome extension for converting currencies on the fly
MIT License
0 stars 0 forks source link

Complete middleware endpoints #7

Closed BeejLuig closed 6 years ago

BeejLuig commented 6 years ago

/api/currencies /api/currencies/code/:currencyCode /api/currencies/name/:name [optional] /api/currencies/symbol/:symbol [url-encoded] /api/currencies/convert/:from-:to

^^ any reason to use query params over URL params for any of these? Up for discussion

BeejLuig commented 6 years ago

Looks like for now we only need /api/currencies/:currencyCode. Can re-open if something arises