meson-terminal icon indicating copy to clipboard operation
meson-terminal copied to clipboard

Feat: customize cache renewing

Open sherlock-shi-x opened this issue 3 years ago • 0 comments

Problem

Customize the cache renewing window for bind domain.

Situation

Mask(https://github.com/DimensionDev/) is using the API from Debank(https://openapi.debank.com/docs), but meets the HA problem. We can support caching the result of GET requests, and deploy to the MESON nodes to enhance the service. Due to the "real-time" requirement, our service needs to support modifying the cache window from user side, and squash to the 30sec level. @yisiliu

Module

  • Terminal Flag
  • User Interface

Potential Solution

@goodboy3

Appendix

  • https://openapi.debank.com/docs
  • https://debankopenapi.medium.com/debank-openapi-official-launch-480420093890
  • Get chain info tests
    • curl -X GET "https://openapi.debank.com/v1/chain?id=eth" -H "accept: application/json"
    • https://openapi.debank.com/v1/chain?id=eth -> https://coldcdn.com/api/cdn/7a54o6/v1/chain?id=eth

sherlock-shi-x avatar Nov 03 '21 03:11 sherlock-shi-x