https://github.com/artur24814/currencyexchangedemo
https://github.com/artur24814/currencyexchangedemo
currency django-rest-framework pytest-django
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/artur24814/currencyexchangedemo
- Owner: artur24814
- License: mit
- Created: 2023-10-23T08:20:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T09:01:25.000Z (over 2 years ago)
- Last Synced: 2025-01-21T21:22:01.496Z (over 1 year ago)
- Topics: currency, django-rest-framework, pytest-django
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/