#silvpol - Contry Spec list
1 messages ยท Page 1 of 1 (latest)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
It's a lot of info
Querying the first page of 100 takes 9s
is there a lite version, with just names and ISO codes
using Java and the whole list takes 15s on average
CountrySpec.list(listParams)
.autoPagingIterable()
The only version we have is the one we show here.
You should only ever need to make the request once in a great while since it doesn't change often
are you suggesting caching it?
Are you saying you make this request every time you need the data? Then yes I recommend caching it