staaky / vatrates

Up-to-date European VAT Rates
29 stars 6 forks source link

Add method to retrieve all VAT rates #7

Closed sergio-domingues closed 5 years ago

sergio-domingues commented 5 years ago

It would be helpful to have a method that returns all countries' VAT rates (bulk):

"countries" : [
  {
    "country" : "Portugal",
    "stdRate": "23",
     ...
  },
  ...
]
njoerd114 commented 5 years ago

It's already there: for PHP: https://github.com/staaky/vatrates/blob/master/src/php/VATRates.php#L215 for JS: https://github.com/staaky/vatrates/blob/master/src/js/vatrates.js#L155

sergio-domingues commented 5 years ago

You're right I found it a while after publishing the issue and forgot to close it, sorry.