Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged swagger

0 votes
1.1k views
1 answer
    I am defining an API specification in SwaggerHub using OpenAPI 2.0. The /contacts request returns an array of ... arrays are not well supported in this version. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
946 views
1 answer
    I worked through most(all?) of the docs of OpenAPI 3.0 extensions here but I could not find an example how to enforce ... -open-api-3-0-to-the-amazon-api-gateway-mandatory-api-key...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am trying to document an existing API using the OpenAPI spec (specifically using Swashbuckle and ASP.NET Core). ... how-to-spec-base64-encoded-object-in-query-param-in-openapi...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am developing a rest application. Some endpoints require a custom header parameter, not related to ... //stackoverflow.com/questions/65860644/smallrye-open-api-interceptor...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
961 views
1 answer
    How can I find companies and organizations' OpenAPI specifications (the JSON or Yaml file)? Or is it ... com/questions/65872355/how-can-i-find-companies-openapi-specifications...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I defined my authentication in security and components/securitySchemes. In the Swagger documentation about response, they ... duplication-of-401-error-response-for-each-api-p...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am building some documentation using OpenApi and Swagger, but I am unable to test it because of a js ... /questions/65917780/openapi-for-php-doesnt-render-enum-values-correctly...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have an application which provides an API with JAX-RS (Java API for RESTful Web Services / ... //stackoverflow.com/questions/65935055/generate-openapi-descriptions-from-javadoc...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'd like to define http endpoint with "any header welcome" in specification (i.e. dictionary of strings). ... .com/questions/65943482/define-all-headers-as-a-single-dictionary...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am new to the OpenAPI world and need some explanation. I had an app that ran in docker. I needed to add ... .com/questions/66063013/how-do-i-run-an-openapi-app-without-swaggerhub...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I have swagger definition file having the below snippet for POST request parameters: - name: responseXML in: query ... ResponseEntity<TestResponse>. is there way to achieve this?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
940 views
1 answer
    I created a R Plumber API on my local machine, to expose a Random Forest classification model (saved in RDS format). ... is out here - something seems to be corrupting the model....
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I would like to describe the XML response payload of a RESTful interface with OpenAPI 2.0 (Swagger 2.0). However, I struggle ... /Person> As you can see, no "foo" content in there....
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
995 views
1 answer
    I've openapi3.0 YAML file which is written according to openapi3.0 format and I am using $ swagger-cli ... for spending time to look into this descriptive question. Arslan...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    swagger 生成的客户端代码typescript-jquery-client-generated如何以依赖的方式集成到vue项目中?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.6k views
1 answer
    In the server object I defined an URL: servers: - url: https://localhost:8088/abc and in the response ... the server URL from the example of the Location response header?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
6.3k views
1 answer
    I am defining an API specification in SwaggerHub using OpenAPI 2.0. The /contacts request returns an array of contacts. ... that the arrays are not well supported in this version....
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...