Trending Projects

Discover the fastest growing open source projects

Showing 401-450 of 1,556 trending projects

#401
spaceandtimefdn/SxT-Go-SDK

Go-based SDK for interacting with the Space and Time API, a developer platform focused on AI tools.

0
0.0%
3.9K
total stars
#402
elastic/elasticsearch-dsl-py

High-level Python client for the Elasticsearch search and analytics engine.

0
0.0%
3.9K
total stars
#403
httpie/desktop

A cross-platform API testing client for developers to painlessly test REST, GraphQL, and HTTP APIs.

0
0.0%
3.9K
total stars
#404
marmelab/awesome-rest

A collaborative list of great resources about RESTful API architecture, development, test, and performance

0
0.0%
3.9K
total stars
#405
raml-org/raml-spec

A specification for the RESTful API Modeling Language (RAML), used for defining and documenting APIs.

0
0.0%
3.9K
total stars
#406
google/promises

A modern framework that provides a synchronization construct for Swift and Objective-C developers.

0
0.0%
3.8K
total stars
#407
httpwg/http2-spec

A working copy of the HTTP/2 specification, a major update to the HTTP protocol.

0
0.0%
3.8K
total stars
#408
liujingxing/rxhttp

A Kotlin-based HTTP client library with support for Coroutines, RxJava2, and RxJava3.

0
0.0%
3.8K
total stars
#409
twitter-archive/diffy

Diffy is a Scala library that helps find potential bugs in your services by comparing their responses.

0
0.0%
3.8K
total stars
#410
for-GET/http-decision-diagram

An activity diagram that helps developers understand HTTP response status code resolution and handling.

0
0.0%
3.8K
total stars
#411
koxudaxi/datamodel-code-generator

Python data model generator that supports OpenAPI, JSON Schema, GraphQL, and more for building AI-powered apps

0
0.0%
3.8K
total stars
#412
connectrpc/connect-go

A Go implementation of Connect, a Protobuf-based RPC framework that simplifies building microservices.

0
0.0%
3.8K
total stars
#413
AsyncBanana/microdiff

A fast, zero dependency object and array comparison library with full TypeScript support.

0
0.0%
3.8K
total stars
#414
thephpleague/oauth2-client

Easy integration with OAuth 2.0 service providers for PHP developers.

0
0.0%
3.8K
total stars
#415
SukkaW/Surge

Provides a comprehensive set of rule snippets and rulesets for popular network proxies like Surge, Clash, and sing-box.

0
0.0%
3.8K
total stars
#416
flasgger/flasgger

A Python library that makes it easy to document and visualize your Flask API using the OpenAPI specification.

0
0.0%
3.7K
total stars
#417
Kotlin/dokka

Dokka is an API documentation engine for Kotlin that generates high-quality documentation.

0
0.0%
3.7K
total stars
#418
tus/tusd

A reference server implementation in Go of the tus resumable file upload protocol.

0
0.0%
3.7K
total stars
#419
mevdschee/php-crud-api

A single file PHP script that adds a REST API to a SQL database

0
0.0%
3.7K
total stars
#420
SBJson/SBJson

A strictly-compliant JSON parser and generator framework for Objective-C projects.

0
0.0%
3.7K
total stars
#421
denji/awesome-http-benchmark

An extensive collection of HTTP benchmarking tools for testing and debugging RESTful APIs.

0
0.0%
3.7K
total stars
#422
juhaku/utoipa

A Rust library that generates OpenAPI documentation at compile-time for building RESTful APIs.

0
0.0%
3.7K
total stars
#423
openai-php/laravel

A PHP client library for interacting with the OpenAI API within a Laravel application.

0
0.0%
3.7K
total stars
#424
thunderclient/thunder-client-support

A lightweight REST API client extension for VS Code that simplifies API testing and development.

0
0.0%
3.7K
total stars
#425
google/cel-spec

Common Expression Language - a specification and binary representation for a powerful expression language

0
0.0%
3.7K
total stars
#426
dl0312/open-apis-korea

A collection of open APIs for Korean language services and developers.

0
0.0%
3.7K
total stars
#427
jkbrzt/rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC.

0
0.0%
3.7K
total stars
#428
fortio/fortio

Fortio is a load testing library, command line tool, advanced echo server, and web UI for Go, enabling performance testing and visualization.

0
0.0%
3.7K
total stars
#429
fastify/fast-json-stringify

A fast and efficient JSON serializer library for Node.js that outperforms the built-in JSON.stringify() function.

0
0.0%
3.7K
total stars
#430
springdoc/springdoc-openapi

An OpenAPI 3 library for Spring Boot that provides automatic documentation and UI generation.

0
0.0%
3.7K
total stars
#431
google/tarpc

An RPC framework for Rust with a focus on ease of use for building distributed applications.

0
0.0%
3.7K
total stars
#432
samdenty/gqless

A GraphQL client that eliminates the need for writing queries, enabling efficient data fetching in React applications.

0
0.0%
3.7K
total stars
#433
microsoft/kiota

An OpenAPI-based HTTP client code generator that supports multiple languages, including C#, Java, and TypeScript.

0
0.0%
3.7K
total stars
#434
SchemaStore/schemastore

A collection of JSON schema files for various APIs, including a full API server

0
0.0%
3.7K
total stars
#435
google/rejoiner

Generates a unified GraphQL schema from gRPC microservices and Protobuf sources

0
0.0%
3.7K
total stars
#436
christianselig/apollo-backend

A high-performance, production-ready GraphQL backend server built with Go.

0
0.0%
3.7K
total stars
#437
KhronosGroup/Vulkan-Hpp

An open-source C++ API for the Vulkan graphics and compute API, aimed at providing a more intuitive and type-safe interface.

0
0.0%
3.6K
total stars
#438
nesquena/rabl

A general-purpose Ruby templating engine for generating JSON, XML, and other data formats.

0
0.0%
3.6K
total stars
#439
TanStack/db

A reactive client store for APIs, enabling developers to build powerful and efficient web applications.

0
0.0%
3.6K
total stars
#440
cloudflare/capnweb

A low-boilerplate, object-capability RPC system for JavaScript/TypeScript developers.

0
0.0%
3.6K
total stars
#441
async-graphql/async-graphql

A GraphQL server library implemented in Rust with support for asynchronous programming.

0
0.0%
3.6K
total stars
#442
kube-rs/kube

A Rust client and controller runtime for Kubernetes, a popular container orchestration system.

0
0.0%
3.6K
total stars
#443
go-oauth2/oauth2

An OAuth 2.0 server library for the Go programming language, enabling secure authentication and authorization.

0
0.0%
3.6K
total stars
#444
Tyrrrz/YoutubeExplode

Provides a C# abstraction layer over YouTube's internal API for downloading and parsing YouTube content.

0
0.0%
3.6K
total stars
#445
rs/curlie

A powerful command-line tool that provides the ease of use of httpie with the capabilities of curl for API development and web automation.

0
0.0%
3.6K
total stars
#446
GeneralMills/pytrends

A Python library that provides a simple API for accessing Google Trends data.

0
0.0%
3.6K
total stars
#447
maticzav/graphql-shield

A TypeScript GraphQL tool to ease the creation of permission layers for GraphQL servers.

0
0.0%
3.6K
total stars
#448
dunglas/vulcain

Vulcain is a fast and idiomatic client-driven REST API framework written in Go.

0
0.0%
3.6K
total stars
#449
openai/openai-realtime-console

A React app for inspecting, building and debugging with the OpenAI Realtime API

0
0.0%
3.6K
total stars
#450
arsduo/koala

A lightweight Ruby library for interacting with the Facebook Graph, Marketing, and Atlas APIs.

0
0.0%
3.6K
total stars
1...810...32

Stay in the loop

Get weekly updates on trending AI coding tools and projects.