-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Reference is outdated #2834
Comments
It's partially due to my laziness and lack of time, but undocumented means internal/experimental/unfinished/unimportant. Some of them were added as a temporary quick fix/workaround (e.g., IIRC
I don't have a list, but if someone wants to help document a subset that's useful for average users, I'll review PRs (codewars-api-docs) and answer questions. |
Some endpoints I know:
There's a bunch of webhooks, but they are not public and users cannot subscribe to them at the moment. They are mostly used for administrative and moderation functions. There are some URLs which work on the website but are not exposed via GUI (see codewars/docs#435). |
Is there an undocumented api endpoint that returns a json object that has all 8000+ problem slugs/ ids? similar to how leetcode does it with I'm asking because im hoping there is a better way than looping through 250+ requests using Also just a side note, even a internal/experimental/unfinished/unimportant api is hugely appreciated and the fact that there is an api and documentation in place at all is miles ahead of leetcode and really is appreciated! |
There is an API Reference linked on CW web pages.
I didn't even know
/api/v1/code-challenges/{challenge}/assessed-ranks
existed. What are the other undocumented additions?The text was updated successfully, but these errors were encountered: