我想知道是否可以在wso2 api manager中自动导入swagger文件的过程。如果是这样,怎么办呢?
感谢
答案 0 :(得分:0)
您编写脚本以使用Publisher的API创建API。
您可以将资源(包括范围)添加为Swagger有效内容。
https://docs.wso2.com/display/AM210/Publisher+APIs#PublisherAPIs-AddAPI
curl -X POST -b cookies http://localhost:9763/publisher/site/blocks/item-add/ajax/add.jag -d "action=addAPI&name=PhoneVerification&context=/phoneverify&version=1.0.0&visibility=public&thumbUrl=&description=Verify a phone number&tags=phone,mobile,multimedia&endpointType=nonsecured&tiersCollection=Gold,Bronze&http_checked=http&https_checked=https&resourceCount=0&resourceMethod-0=GET&resourceMethodAuthType-0=Application&resourceMethodThrottlingTier-0=Unlimited&uriTemplate-0=/*&default_version_checked=default_version&bizOwner=xx&bizOwnerMail=xx@ee.com&techOwner=xx&techOwnerMail=ggg@ww.com" -d 'endpoint_config={"production_endpoints":{"url":" http://ws.cdyne.com/phoneverify/phoneverify.asmx","config":null},"endpoint_type":"http "}'
答案 1 :(得分:0)
您可以编写java / python客户端或创建一个脚本,其中包含publisher api document中提到的API的几个命中。
apim:api_create apim:api_view apim:api_publish
Publish
醇>