-
Notifications
You must be signed in to change notification settings - Fork 278
Extract admin endpoints from the rest client to an admin client. #2026
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
Comments
Could someone please provide some details as to what this issue is about? |
sure, it just means to separate the methods here in two different interfaces, one for the |
also important to mention that we should always have in mind backwards compatibility, and therefore do this kind of changes in a way that don't break user's code. We should first deprecate the methods in the old interface while creating a new Admin interface, and later on (i.e. two releases after) remove the deprecated methods |
Okay, thanks. Couple of follow up questions:
|
the v1 api is just kept for compatibility with old clients. the current interface |
No description provided.
The text was updated successfully, but these errors were encountered: