An open API service indexing awesome lists of open source software.

https://github.com/artur24814/currencyexchangedemo


https://github.com/artur24814/currencyexchangedemo

currency django-rest-framework pytest-django

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# currencyExchangeDemo

List of currencies


Get a list of all available currencies + the last 5 exchange transactions
/currency/



Get a list of currencies filtering by keyword + the last 5 exchange transactions
/currency/?filter_currency=eu



Get a list of currencies filtering by keyword + filtering by the most frequently sold and the last 5 exchange transactions
/currency/?filter_currency=eu&most_frequent=seles



Get a list of currencies filtering by keyword + filtering by the most frequently purchased one and the last 5 exchange transactions
/currency/?filter_currency=eu&most_frequent=shopping



Get a list of all available currencies + the list of all exchange transactions with amount of all pages and current pages
/currency/?all_activity=True



Get a list of all available currencies + the list of exchange transactions by particular page, with amount of all and current pages
/currency/?all_activity=True&page=6



Get a list of all available currencies + the list of exchange transactions by particular page filtering by particular currency, with amount of all and current pages

/currency/?all_activity=True&page=6&filter_activity=pl

Exchange rate


Get exchange rate for EUR/USD
/currency/EUR/USD/