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
·

8 Repos

Awesome GitHub RepositoriesAPI Integration Tools

Interfaces and extensions for interacting with Burp Suite programmatically.

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

Awesome API Integration Tools GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • app-vnext/pollyAvatar von App-vNext

    App-vNext/Polly

    14,191Auf GitHub ansehen↗

    Polly is a resilience and transient-fault-handling library for .NET applications. It provides a framework for defining and executing stability patterns that manage failures and resource exhaustion during operation execution. The library enables developers to compose complex resilience strategies through a fluent builder pattern, wrapping target operations in functional decorators. These policies intercept execution flow to apply automated recovery mechanisms, such as retries for temporary errors or circuit breakers that isolate unstable components by blocking requests. The framework supports

    Fault-handling (retry, circuit breaker, timeout) for HTTP requests.

    C#circuit-breakercircuit-breaker-patterndotnet
    Auf GitHub ansehen↗14,191
  • restsharp/restsharpAvatar von restsharp

    restsharp/RestSharp

    9,826Auf GitHub ansehen↗

    RestSharp is a .NET HTTP client library designed for interacting with RESTful web services. It provides a high-level request wrapper and a dedicated REST API client to manage endpoints, headers, and query parameters. The library includes a serialization mechanism that automatically converts objects to and from JSON or XML formats for API payloads. It also features a system for managing API credentials and security tokens to ensure authorized access to protected remote resources. The toolkit covers broad capabilities for external web service integration, including generic type-based deseriali

    Low-level HTTP client wrapper, good for custom scenarios.

    C#
    Auf GitHub ansehen↗9,826
  • reactiveui/refitAvatar von reactiveui

    reactiveui/refit

    9,513Auf GitHub ansehen↗

    Refit is a type-safe REST client for .NET that transforms API definitions into live interfaces. It functions as an automatic API proxy generator, allowing developers to define endpoints as interfaces to eliminate manual HTTP request boilerplate. The library is designed for compatibility with ahead-of-time compilation and trimmed binaries, utilizing build-time source generation to ensure support for native AoT deployments. The project covers a broad range of API integration capabilities, including attribute-driven request composition, automatic JSON deserialization, and request header managem

    Turns your REST API into a live interface via attributes.

    C#c-sharpdotnetdotnet-core
    Auf GitHub ansehen↗9,513
  • vmware/burp-rest-apiAvatar von vmware

    vmware/burp-rest-api

    566Auf GitHub ansehen↗

    REST/JSON API to the Burp Suite security tool.

    Provides a REST/JSON API for Burp Suite.

    Java
    Auf GitHub ansehen↗566
  • pentestgeek/burpcommanderAvatar von pentestgeek

    pentestgeek/burpcommander

    58Auf GitHub ansehen↗

    Ruby command-line interface to Burp Suite's REST API

    Command-line interface for the REST API.

    Ruby
    Auf GitHub ansehen↗58
  • dionach/headersanalyzerAvatar von dionach

    dionach/headersanalyzer

    44Auf GitHub ansehen↗

    Headers Analyzer

    Checks for security-relevant HTTP headers.

    Python
    Auf GitHub ansehen↗44
  • anandtiwarics/python-burp-rest-apiAvatar von anandtiwarics

    anandtiwarics/python-burp-rest-api

    16Auf GitHub ansehen↗

    Python Package for burprestapi

    Python package for interacting with the REST API.

    Python
    Auf GitHub ansehen↗16
  • continuumsecurity/resty-burpAvatar von continuumsecurity

    continuumsecurity/resty-burp

    1Auf GitHub ansehen↗

    REST/JSON interface for Burp Suite automation.

    Auf GitHub ansehen↗1
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. API Integration Tools