awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • app-vnext/pollyالصورة الرمزية لـ App-vNext

    App-vNext/Polly

    14,191عرض على GitHub↗

    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
    عرض على GitHub↗14,191
  • restsharp/restsharpالصورة الرمزية لـ restsharp

    restsharp/RestSharp

    9,826عرض على GitHub↗

    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#
    عرض على GitHub↗9,826
  • reactiveui/refitالصورة الرمزية لـ reactiveui

    reactiveui/refit

    9,513عرض على GitHub↗

    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
    عرض على GitHub↗9,513
  • vmware/burp-rest-apiالصورة الرمزية لـ vmware

    vmware/burp-rest-api

    566عرض على GitHub↗

    REST/JSON API to the Burp Suite security tool.

    Provides a REST/JSON API for Burp Suite.

    Java
    عرض على GitHub↗566
  • pentestgeek/burpcommanderالصورة الرمزية لـ pentestgeek

    pentestgeek/burpcommander

    58عرض على GitHub↗

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

    Command-line interface for the REST API.

    Ruby
    عرض على GitHub↗58
  • dionach/headersanalyzerالصورة الرمزية لـ dionach

    dionach/headersanalyzer

    44عرض على GitHub↗

    Headers Analyzer

    Checks for security-relevant HTTP headers.

    Python
    عرض على GitHub↗44
  • anandtiwarics/python-burp-rest-apiالصورة الرمزية لـ anandtiwarics

    anandtiwarics/python-burp-rest-api

    16عرض على GitHub↗

    Python Package for burprestapi

    Python package for interacting with the REST API.

    Python
    عرض على GitHub↗16
  • continuumsecurity/resty-burpالصورة الرمزية لـ continuumsecurity

    continuumsecurity/resty-burp

    1عرض على GitHub↗

    REST/JSON interface for Burp Suite automation.

    عرض على GitHub↗1
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. API Integration Tools