About 252,000 results
Open links in new tab
  1. To Be API-First, Map Out Your API Architecture with an API Diagram

    Sep 28, 2020 · Use UML to map out your API in an API diagram. If your goal is to create an API-first approach, using UML will help your team visualize that work.

  2. Why you should create API diagrams - Lucidchart

    As you plan your API model, you may need to use a collection of different UML diagram types to get a complete, overall picture of what your API is about. The 14 diagram types are organized into two groups: structural diagrams and behavioral (or interaction) diagrams.

  3. To Be API-First, First Map Out Your API with UML

    Jun 4, 2019 · Through UML diagrams, you can clearly illustrate how your core function works, how you are interacting with APIs, or how other companies will call on your API and what that will look like to their developers. Creating a UML, is a great way to communicate how your API works to other developers.

  4. Examples of UML diagrams - use case, class, component, package ...

    This document describes UML versions up to UML 2.5 and is based on the corresponding OMG™ Unified Modeling Language™ (OMG UML®) specifications. UML diagrams were created in Microsoft® Visio® 2007-2016 using UML 2.x Visio Stencils .

  5. rest - UML / API : How to model a RESTful API - Stack Overflow

    Jan 31, 2018 · Api Platform automatically generates a Swagger documentation for your API at the URL http://localhost/docs.json. You can generate an UML diagram from the Swagger documentation using tools like https://github.com/nrekretep/pikturr

  6. UML API diagram example - Lucid

    This UML API template can help you: - Document the logic of an API. - Visualize the flow of information from an API. - Identify redundancies and other opportunities for optimization. Open this template to view a detailed example of a UML API …

  7. Creating Better API Architecture Diagrams - Bump.sh

    Feb 1, 2021 · API architecture diagrams are visual representations of the structure and interactions of the components of an API. They can help developers and architects plan the interface structure, users understand the intended use of the API, and they can also help QA engineers better test and debug the API.

  8. OpenAPItoUML: a Tool to Generate UML Models from OpenAPI Definitions

    May 24, 2018 · We propose a model-based approach to visualize OpenAPI definitions as UML Class diagrams. From an input OpenAPI definition, our approach extracts first an OpenAPI model which is then transformed into a UML model (i.e., Class diagram) showing the data structure and operation signatures of the API.

  9. Using Lucidchart to visualize APIs | Community

    Nov 22, 2023 · Struggling to communicate complex data flows and API interactions? Add a visual element to your documentation with Lucidchart! Whether you’re working on internal, public or partner targeted APIs, it’s vital to have high quality documentation that is up-to-date and clear for your intended audience.

  10. GitHub - avzdk/openapi2uml

    5 hours ago · main.py: Entry point of the application.It initializes the UML generation process and accepts the schema directory as a command-line argument. modules/: Contains the core logic for UML generation and PlantUML conversion. uml_generator.py: Handles the loading of YAML files and conversion of schemas to UML classes.; uml_to_plantuml.py: Converts UML classes into PlantUML format.