About 20,900,000 results
Open links in new tab
  1. How to generate OpenApi Client SDK project in .Net Core

    Sep 28, 2022 · Now we want to generate an OpenAPI client project to our same .Net Core solutions so that we will be calling the client's API end-point via the OpenAPI project.

  2. openapi - how to indicate that a parameter is conditionally required ...

    Aug 1, 2020 · I have created a RESTful API, and I am now defining the Open API 3.0 JSON representation for the usage of this API. I am requiring usage of a parameter conditionally, when …

  3. Generating API layer using OpenApi generator in a multi module …

    Jun 23, 2023 · Hello Maven community, I have a multi module Maven project (for my Spring Boot application) for which I would like to generate API layer using OpenAPI generator - Maven plugin.

  4. javascript - Convert Open Api specification to postman collection ...

    Mar 9, 2023 · You don't have to manually convert your open Api specifications because postman already supports them. go to postman and click import choose your open api file you will have all your apis …

  5. How do I generate OpenAPI documentation for an ... - Stack Overflow

    Mar 30, 2023 · I've tried APIM, and that doesn't help. It doesn't recognise my parameters or return data format. I'm trying to use the Function in a Logic App, which should be able to read the OpenAPI …

  6. How to define enum mapping in OpenAPI? - Stack Overflow

    Mar 4, 2021 · OpenAPI 3.1 OpenAPI 3.1 uses the latest JSON Schema, and the recommended way to annotate individual enum values in JSON Schema is to use oneOf + const instead of enum. This way …

  7. openapi - Open API vs. REST API - difference - Stack Overflow

    Apr 13, 2021 · How is Open API different from a REST API exposed on Internet? When Open API is explained it explains about an API getting exposed in LAN against exposing it to public . So what …

  8. How to generate OpenAPI sources from gradle when building Android …

    Aug 17, 2020 · What I'm trying to achieve I'm trying to generate my REST API client for Android using OpenAPI Generator from the build.gradle script. That way, I wouldn't have to run the generator …

  9. How do I combine multiple OpenAPI 3 specification files together?

    Feb 8, 2019 · I want to combine an API specification written using the OpenAPI 3 spec, that is currently divided into multiple files that reference each other using $ref. How can I ...

  10. How to generate OpenAPI 3.0 YAML file from existing Spring REST API?

    Feb 28, 2019 · I have an existing Spring REST API for which I want to generate the OpenAPI 3.0 YAML file and not Swagger 2.0 JSON/YAML? Since as of now, SpringFox does not support YAML generation.