Skip to content

andrmr/api_layer_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apilayer.com Rust client for currency data

Available Endpoints

https://apilayer.com/marketplace/currency_data-api

  • /list Get all available currencies.
  • /live Get the most recent exchange rate data.

Lib todo:

  • /convert Convert one currency to another.
  • /historical Get historical rates for a specific day.
  • /timeframe Request exchange rates for a specific period of time.
  • /change Request any currency's change parameters (margin, percentage).

CLI todo:

  • deal with optional args
  • add better error handling
  • add tests
  • add remaining endpoints

Python bindings todo:

  • export as class
  • add tests