Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.49 KB

File metadata and controls

27 lines (19 loc) · 1.49 KB

Common Api

Common Api codecov Quality Gate Status Known Vulnerabilities

Use pre-defined functions from serverless environment.

Postman Collection

https://documenter.getpostman.com/view/2803116/T1DpCxdd

Base Url

https://w7d24gb67j.execute-api.eu-central-1.amazonaws.com/dev

Current endpoints

  • GET - /currency/exchange/{fromCurrencyCode}/{toCurrencyCode}
  • GET - /currency/exchange/{fromCurrencyCode}/{toCurrencyCode}/{amount}
  • GET - /currency/exchange/{fromCurrencyCode}/{toCurrencyCode}/{amount}/{date}
  • GET - /generation/identityNumber/{countryCode}
  • GET - /generation/taxNumber/{countryCode}
  • GET - /validation/email/{email}
  • GET - /validation/taxNumber/{countryCode}/{taxNumber}
  • GET - /validation/identityNumber/{countryCode}/{identityNumber}
  • GET - /validation/plate/{countryCode}/{plate}
  • GET - /validation/phone/{countryCode}/{phone}
  • GET - /validation/ipAddress/{ipAddress}