Yahoo Suche Web Suche

  1. Stromerzeuger mit hoher Qualität - Bei uns sind echte Profis am Werk! Stromaggregate, Kompaktanlagen, Containeraggregate, Einbauanlagen und Blockheizkraftwerke!

    • Kontakt

      Gerne beraten wir Sie.

      Kontaktieren Sie uns!

    • Produkte

      Aggregate mit Diesel oder Benzin

      Mobile Anlage und Einbauanlagen

  2. de.ecoflow.com wurde im letzten Monat von mehr als 10.000 Nutzern besucht

    Die Sommer Abenteuer warten - Sparen Sie bis 1 300 € bei EcoFlow Energie - bis 17. Juli. Beim Sommer Sale von hohen Rabatten auf leistungsstarke EcoFlow Powerstationen profitieren

    EcoFlow RIVER Mini - Bis 299,00 € - View more items
  3. Ausführliche Informationen & Anwendungsbeispiele zu Generatoren. Ihr Partner fürs Bauen & Gestalten – Jetzt Informationen für Ihr Bauprojekt entdecken.

Suchergebnisse

  1. Suchergebnisse:
  1. Swagger Codegen can simplify your build process by generating server stubs and client SDKs for any API, defined with the OpenAPI (formerly known as Swagger) specification, so your team can focus better on your API’s implementation and adoption.

    • Download

      Swagger Codegen is an open source project which allows...

    • Swagger Editor

      The Swagger Editor offers an easy way to get started with...

    • Swagger UI

      Swagger UI allows anyone — be it your development team or...

    • Swagger Open Source Tools

      Swagger was created by the team behind the original “Swagger...

  2. <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PFFSBW3" height="0" width="0" style="display:none;visibility:hidden"></iframe>

  3. generator.swagger.ioSwagger UI

    Generate server and client code for any API with Swagger UI, a powerful tool for designing and documenting APIs with OpenAPI specification.

    • Overview
    • Versioning
    • Table of contents
    • Getting Started
    • Generators
    • Workflow Integration
    • GitHub Integration
    • Online generators
    • Companies/Projects using Swagger Codegen
    • GeneratedCaptionsTabForHeroSec

    •Master (2.4.40-SNAPSHOT):

    •3.0.52-SNAPSHOT:

    Maven Central

    ⭐⭐⭐ If you would like to contribute, please refer to guidelines and a list of open tasks.:star::star::star:

    📔 For more information, please refer to the Wiki page and FAQ 📔

    ⚠️ If the OpenAPI/Swagger spec is obtained from an untrusted source, please make sure you've reviewed the spec before using Swagger Codegen to generate the API client, server stub or documentation as code injection may occur ⚠️

    NOTE: version 2.X (io.swagger) and 3.X (io.swagger.codegen.v3) have different group ids.

    2.X and 3.X version lines of Swagger Codegen are available; 2.X (master branch) supports Swagger/OpenAPI version 2, while 3.X (3.0.0 branch) supports OpenAPI version 3 (and version 2 via spec conversion to version 3). Online generator of version 3.X supports both generation from Swagger/OpenAPI version 2 (by using engine + generators of 2.X) and version 3 specifications.

    To generate a PHP client for https://petstore.swagger.io/v2/swagger.json, please run the following

    (if you're on Windows, replace the last command with java -jar modules\swagger-codegen-cli\target\swagger-codegen-cli.jar generate -i https://petstore.swagger.io/v2/swagger.json -l php -o c:\temp\php_api_client)

    You can also download the JAR (latest release) directly from maven.org

    To get a list of general options available, please run java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar help generate (for version 3.x check 3.0.0 branch)

    To generate a sample client library

    You can build a client against the swagger sample petstore API as follows: (On Windows, run .\bin\windows\java-petstore.bat instead) This will run the generator with this command: with a number of options. You can get the options with the help generate command (below only shows partial results): You can then compile and run the client, as well as unit tests against it: Other languages have petstore samples, too:

    Generating libraries from your server

    It's just as easy--just use the -i flag to point to either a server or file.

    Modifying the client library format

    Don't like the default swagger client syntax? Want a different language supported? No problem! Swagger Codegen processes mustache templates with the jmustache engine. You can modify our templates or make your own. You can look at modules/swagger-codegen/src/main/resources/${your-language} for examples. To make your own templates, create your own files and use the -t flag to specify your template folder. It actually is that easy.

    Maven Integration

    You can use the swagger-codegen-maven-plugin for integrating with your workflow, and generating any codegen target.

    Gradle Integration

    Gradle Swagger Generator Plugin is available for generating source code and API document.

    To push the auto-generated SDK to GitHub, we provide git_push.sh to streamline the process. For example:

    1.Create a new repository in GitHub (Ref: https://help.github.com/articles/creating-a-new-repository/)

    2.Generate the SDK

    1.Push the SDK to GitHub

    One can also generate API client or server using the online generators (https://generator.swagger.io)

    For example, to generate Ruby API client, simply send the following HTTP request using curl:

    Then you will receive a JSON response with the URL to download the zipped code.

    To customize the SDK, you can POST to https://generator.swagger.io/api/gen/clients/{language} with the following HTTP body:

    in which the options for a language can be obtained by submitting a GET request to https://generator.swagger.io/api/gen/clients/{language}:

    For example, curl https://generator.swagger.io/api/gen/clients/python returns

    Swagger Codegen is a project that uses a template-driven engine to generate code from OpenAPI / Swagger specifications. It supports various languages, frameworks and formats for API clients, server stubs and documentation.

  4. Swagger UI generates interactive documentation for APIs defined in OpenAPI Specification. It works in any development environment, supports all browsers, and is fully customizable and hosted in SwaggerHub.

  5. Swagger offers open source and professional tools to design and document APIs using OpenAPI, AsyncAPI, and JSON Schema specifications. Generate client libraries, server stubs, and API documentation with Swagger Codegen, or use Swagger Editor, UI, and Hub to streamline your workflow.

  6. swagger.io › docs › open-source-toolsSwagger Documentation

    Swagger Codegen is an open source tool that creates server stubs and client SDKs from a Swagger defined RESTful API. Learn how to install, use, and contribute to the project with documentation, examples, and GitHub repository.