terra-money / fcd-classic

Terra ETL + RestFul API Server
https://fcd.terra.dev/swagger
MIT License
63 stars 42 forks source link

What is the purpose of fcd.terra.dev/swagger ? #150

Closed nudabagana closed 2 years ago

nudabagana commented 2 years ago

Greetings,

I'm a little bit confused by the link in the repo (and other official terra resources) "fcd.terra.dev/swagger". What is the purpose of it? Should it be used for testing out endpoints or is it suitable for production use in websites? If so, does it have rate limits/up-time guarantees/any support?

hanjukim commented 2 years ago
  1. We do have rate limits 500/10s, no up-time guarantees
  2. We are deprecating FCD project/service, so general recommendation here 'use it own your risk'
  3. However, https://lcd.terra.dev/swagger/#/Query will not be deprecated. (But it also has 500req/10s rate limiting)

What is Swagger

nudabagana commented 2 years ago

Thank you for the fast response! I will keep that in mind.