Skip to content

Version 0.9.0

Compare
Choose a tag to compare
@svenkatreddy svenkatreddy released this 05 Mar 23:31
· 17 commits to master since this release
abb13f2

Make Following Methods available:

getAllCountries : This would return list of all countries
getCountryInfoByCode : Get country info by code (case-insenitive) ( you can use either alpha 2 or alpha 3 code)
getCountryInfoByName : Get country info by name (insensitive)
getAllCurrencies : This would return list of all currencies
getCurrencyInfoByCode : Get currency info by code (case insensitive)
getAllLanguages : This would return list of all languages
getLanguageInfoByCode : Get language info by code (case-insenitive) (you can search by alpha2 or alpha3 code)
getLanguageInfoByBibliographic : Get language info by Bibliographic (case insensitive)