mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-20 07:37:38 +01:00
03668ad372
Add v2 swagger.yaml python library. Signed-off-by: danfengliu <danfengl@vmware.com>
10 lines
254 B
Python
10 lines
254 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import base
|
|
import v2_swagger_client
|
|
from v2_swagger_client.rest import ApiException
|
|
|
|
class Artifact(base.Base):
|
|
def create_artifact(self, expect_status_code = 201, expect_response_body = None, **kwargs):
|
|
return None
|