Conversation
|
Hello @Zxilly ! 👋🏻 Thanks for the contribution! Is there any documentation on the registry API? Would there be a way to get a native JSON response? |
|
Sorry, this document is available only in Chinese. https://pkgdocs.cangjie-lang.cn/docs/zh/1.0.0/central-repo/source_zh_cn/appendix/api.html |
|
Some curl command can be used as test. |
|
I'm not seeing any information on rate-limits. Are there any constraints on the usage of this API? |
|
The official documentation does not provide specific rate limit values, but based on my own testing, the API continues to function normally even when the RPS exceeds 100. Since the service that supports index queries appears to be an object storage system, I suspect that even if there is a rate limit, it must be set to a very high value. |
|
Okay, I'd say it's acceptable to move forward with this API. Could you switch from |
|
The |
|
Should we make a new |
|
I will add a base-jsonl service |
Implemented a new Cangjie service for the Cangjie package ecosystem to provide version badges.
This PR adds the base service, version badge endpoint, and related tests.