awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 Repos

Awesome GitHub RepositoriesDocumentation and API Tools

Tools for generating documentation and API specifications.

Explore 9 awesome GitHub repositories matching part of an awesome list · Documentation and API Tools. Refine with filters or upvote what's useful.

Awesome Documentation and API Tools GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • santiq/bulletproof-nodejsAvatar von santiq

    santiq/bulletproof-nodejs

    5,770Auf GitHub ansehen↗

    Implementation of a bulletproof node.js API 🛡️

    Captures live request and response examples by running the server through a CLI tool.

    TypeScriptagendajsboilerplateexpress
    Auf GitHub ansehen↗5,770
  • dotnet/docfxAvatar von dotnet

    dotnet/docfx

    4,407Auf GitHub ansehen↗

    Docfx is a documentation build tool that generates structured API reference pages from compiled .NET assemblies and XML documentation comments, while also functioning as a markdown static site generator for technical documentation. It combines automated API metadata extraction with markdown rendering to build developer portals and documentation sites, producing output simultaneously in HTML, JSON, and PDF formats from a single build configuration. The tool provides fine-grained control over which APIs appear in the generated documentation through visibility-based filtering, attribute-based ex

    Static site generator for .NET API documentation.

    C#apicsharpdocumentation
    Auf GitHub ansehen↗4,407
  • andrewwalsh/openapi-devtoolsAvatar von AndrewWalsh

    AndrewWalsh/openapi-devtools

    4,295Auf GitHub ansehen↗

    openapi-devtools ist eine Browser-Erweiterung und ein Generator für OpenAPI-Spezifikationen, der Netzwerkverkehr erfasst, um API-Strukturen von Websites und Anwendungen automatisch zu dokumentieren. Es fungiert als HTTP-Traffic-Capturer und browserbasiertes Dokumentationstool, das Echtzeit-Netzwerkanfragen in standardisierte API-Spezifikationen überführt. Das Tool ermöglicht API-Reverse-Engineering, indem es ausgehenden HTTP-Traffic abfängt und mittels heuristischer Zusammenführung Header, Bodies und Parameter aus mehreren Anfragen zu einheitlichen Endpunkt-Definitionen kombiniert. Diese erfassten Definitionen können direkt im Browser als lesbare Dokumentation visualisiert oder als herunterladbare Dateien und teilbare Strings exportiert werden. Das Projekt deckt den gesamten Workflow des Network-Request-Mappings ab – von der clientseitigen Spezifikationsgenerierung und zustandsbasierten Persistenz bis hin zum finalen Export der API-Definition.

    Converts live HTTP requests into standardized specifications to document undocumented or legacy APIs.

    TypeScript
    Auf GitHub ansehen↗4,295
  • domaindrivendev/swashbuckle.webapiAvatar von domaindrivendev

    domaindrivendev/Swashbuckle.WebApi

    3,070Auf GitHub ansehen↗

    Seamlessly adds a swagger to WebApi projects!

    Swagger integration for Web API projects.

    C#
    Auf GitHub ansehen↗3,070
  • ewsoftware/shfbAvatar von EWSoftware

    EWSoftware/SHFB

    2,252Auf GitHub ansehen↗

    Sandcastle Help File Builder (SHFB). A standalone GUI, Visual Studio integration package, and MSBuild tasks providing full configuration and extensibility for building help files with the Sandcastle tools.

    Tool for building help files from code comments.

    C#
    Auf GitHub ansehen↗2,252
  • zipmark/rspec_api_documentationAvatar von zipmark

    zipmark/rspec_api_documentation

    1,452Auf GitHub ansehen↗

    This project is an automated documentation generator that synchronizes API reference materials with actual code behavior. By capturing live HTTP request and response data during the execution of existing test suites, it ensures that documentation remains accurate and consistent with the underlying application. The tool distinguishes itself by integrating directly into the test runner lifecycle, allowing developers to define API specifications and metadata within their test blocks. This approach enables a test-driven documentation workflow where API behavior is recorded and mapped to structure

    Triggers live HTTP requests during test execution to record real-world request and response data for documentation.

    Rubyapirspecruby
    Auf GitHub ansehen↗1,452
  • kirillosenkov/sourcebrowserAvatar von KirillOsenkov

    KirillOsenkov/SourceBrowser

    1,162Auf GitHub ansehen↗

    Source browser website generator that powers https://source.dot.net, https://referencesource.microsoft.com and https://sourceroslyn.io

    Website generator for browsing source code.

    C#
    Auf GitHub ansehen↗1,162
  • fransbouma/docnetAvatar von FransBouma

    FransBouma/DocNet

    254Auf GitHub ansehen↗

    Your friendly static documentation generator, using markdown files to build the content.

    Markdown-based static documentation generator.

    C#
    Auf GitHub ansehen↗254
  • mberrishdev/hubdocsAvatar von mberrishdev

    mberrishdev/HubDocs

    10Auf GitHub ansehen↗

    https://hubdocs.mberrishdev.me/

    Swagger-like UI for exploring SignalR hubs.

    C#
    Auf GitHub ansehen↗10
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Documentation and API Tools

Unter-Tags erkunden

  • Live API Documentation GeneratorsCaptures live request and response examples by running the server through a CLI tool to produce a specification. **Distinct from Documentation and API Tools:** Distinct from Documentation and API Tools: focuses on generating documentation from live server runs, not general API tooling.