Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sdk): Implement Registry client (kubeflow#7597)
* Implement registry client * Update registry client code * Add test skeleton * Add some tests * Update code * add tests * update tests * update tests * Rename Client -> RegistryClient * Update wrt comments * add type annotations * fix renaming in __init__.py * remove unused imports * extract host variable in test * format using yapf * remove locals and use arg keywords * remove json conversion * fix header * write bytes when downloading file * fix create_tag; fix tests * fix request_body for update_tag and create_tag using json.dumps * simply return json for delete_tag * rename files * format files * update return types and format double quotes * add comments and format files * add todos * update credentials and change open to use context * format using yapf * move request into context * Update comments * Update release notes * Update release notes
- Loading branch information