meson-terminal
meson-terminal copied to clipboard
Feat: customize cache renewing
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
-