nus-cs2113-AY2223S2 / forum

10 stars 0 forks source link

Request to use retrofit for performing HTTP requests to external APIs #39

Open Bawfen opened 1 year ago

Bawfen commented 1 year ago

Library

retrofit

Purpose

Making HTTP requests to external APIs.

License

Apache 2.0 https://github.com/square/retrofit/blob/master/LICENSE.txt

okkhoy commented 1 year ago

hmmm may I check what is the purpose? what external API are you using? (need to seek permission to use those too!)

Bawfen commented 1 year ago

We are planning to use an API that returns up-to-date exchange rates, using the free tier of https://apilayer.com/marketplace/exchangerates_data-api

okkhoy commented 1 year ago

Ok approved both. 👍 however, if you find any other source of finding exchange rates, encourage you to use that over the one you have indicated.