The method name HarborAsyncClient.ping_harbor_api() is too verbose. It's obvious that a method called HarborAsyncClient.ping() pings the Harbor API, and the existing docstring of the method squashes any doubts about its purpose.
Renaming this method is a breaking API change, but no one uses this library yet, so who cares.
The method name
HarborAsyncClient.ping_harbor_api()
is too verbose. It's obvious that a method calledHarborAsyncClient.ping()
pings the Harbor API, and the existing docstring of the method squashes any doubts about its purpose.Renaming this method is a breaking API change, but no one uses this library yet, so who cares.