Trending Projects

Discover the fastest growing open source projects

Showing 1451-1500 of 1,556 trending projects

#1451
forcedotcom/postman-salesforce-apis

Provides a Postman collection for interacting with the Salesforce APIs

+3
+0.3%
1.2K
total stars
#1452
node-fetch/node-fetch

A lightweight, spec-compliant Fetch API implementation for Node.js that provides a simple, promise-based interface.

+2
+0.0%
8.9K
total stars
#1453
thunderclient/thunder-client-support

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

+2
+0.1%
3.7K
total stars
#1454
api-platform/core

A server-side framework for building hypermedia and GraphQL APIs in minutes

+2
+0.1%
2.6K
total stars
#1455
rgrove/rawgit

RawGit serves files from raw.githubusercontent.com with correct content types, no longer actively maintained.

+2
+0.1%
2.4K
total stars
#1456
mmattozzi/cocoa-rest-client

A free, native macOS app for testing HTTP/REST endpoints, built with Cocoa.

+2
+0.1%
2.4K
total stars
#1457
easychen/openai-api-proxy

A simple proxy for the OpenAI API with support for SSE streaming and Tencent Cloud Functions deployment.

+2
+0.1%
1.6K
total stars
#1458
dghubble/go-twitter

Go library for interacting with the Twitter REST and Streaming API v1.1.

+2
+0.1%
1.6K
total stars
#1459
softwaremill/sttp

An asynchronous, reactive, and type-safe HTTP client for Scala that integrates with popular libraries like Akka, Cats, and Monix.

+2
+0.1%
1.5K
total stars
#1460
jhump/protoreflect

Reflection (Rich Descriptors) for Go Protocol Buffers, a powerful tool for Go developers working with gRPC and protobuf.

+2
+0.1%
1.5K
total stars
#1461
dotpcap/sharppcap

A cross-platform .NET library for capturing network packets, useful for network analysis and monitoring.

+2
+0.1%
1.5K
total stars
#1462
jaydenseric/graphql-upload

Middleware and a scalar Upload to add support for GraphQL multipart requests (file uploads) to Node.js GraphQL servers.

+2
+0.1%
1.4K
total stars
#1463
jsonapi-serializer/jsonapi-serializer

A fast and efficient JSON:API serializer for Ruby, forked from the Netflix fast_jsonapi library.

+2
+0.1%
1.4K
total stars
#1464
googleapis/google-http-java-client

Google's HTTP client library for Java, providing a simple interface for making HTTP requests and handling responses.

+2
+0.1%
1.4K
total stars
#1465
scalapb/ScalaPB

ScalaPB is a Scala-based protocol buffer compiler that simplifies working with protocol buffers in Scala projects.

+2
+0.1%
1.3K
total stars
#1466
jsonpickle/jsonpickle

A Python library for serializing any arbitrary object graph into JSON, with support for deserialization.

+2
+0.1%
1.3K
total stars
#1467
DSharpPlus/DSharpPlus

A .NET library for making bots using the Discord API.

+2
+0.1%
1.3K
total stars
#1468
dingo/api

A RESTful API package for the Laravel and Lumen frameworks, enabling developers to build APIs quickly.

+1
+0.0%
9.4K
total stars
#1469
Postcatlab/postcat

An extensible API tool platform that simplifies API development with plugins and core features.

+1
+0.0%
5.6K
total stars
#1470
tdebatty/java-string-similarity

A Java library implementing various string similarity and distance algorithms for developers.

+1
+0.0%
2.7K
total stars
#1471
hwi/HWIOAuthBundle

OAuth client integration for Symfony that supports both OAuth1.0a and OAuth2.

+1
+0.0%
2.4K
total stars
#1472
cweiske/jsonmapper

A PHP library for mapping nested JSON structures to PHP classes, enabling efficient deserialization and hydration.

+1
+0.1%
1.6K
total stars
#1473
wiztools/rest-client

A Java-based tool to test HTTP/RESTful web services, useful for developers working on web APIs.

+1
+0.1%
1.5K
total stars
#1474
rigetti/pyquil

A Python library for quantum programming using the Quil language, part of the Forest quantum computing platform.

+1
+0.1%
1.5K
total stars
#1475
ywdblog/certbot-letencrypt-wildcardcertificates-alydns-au

A Python plugin for certbot that automatically renews Let's Encrypt wildcard SSL/TLS certificates using Alibaba, Tencent, or GoDaddy DNS for domain verification.

+1
+0.1%
1.2K
total stars
#1476
fjc0k/docker-YApi

A Docker image for the YApi interface management platform, enabling developers to easily deploy and manage APIs.

+1
+0.1%
1.1K
total stars
#1477
pycurl/pycurl

PycURL is a Python interface to the libcurl library, providing a way to make HTTP requests from Python.

+1
+0.1%
1.1K
total stars
#1478
dwyl/aws-sdk-mock

A library for mocking the AWS SDK in JavaScript/TypeScript projects, with comprehensive tests and documentation.

+1
+0.1%
1.1K
total stars
#1479
ardatan/graphql-tools

A utility library for building, stitching, and mocking GraphQL schemas in a SDL-first approach.

0
0.0%
5.4K
total stars
#1480
APIs-guru/graphql-apis

Public GraphQL API catalog for developers

0
0.0%
4.6K
total stars
#1481
dreamhead/moco

An easy-to-use stub server for mocking APIs during development and testing.

0
0.0%
4.4K
total stars
#1482
crossbario/autobahn-python

A high-performance WebSocket and WAMP library for building real-time, event-driven applications in Python.

0
0.0%
2.5K
total stars
#1483
EhsanTang/ApiManager

An open-source API management platform that provides features like API documentation, database management, and debugging.

0
0.0%
2.4K
total stars
#1484
JessYanCoding/RetrofitUrlManager

A Java library that allows Retrofit to support multiple base URLs and dynamically change the base URL at runtime.

0
0.0%
2.2K
total stars
#1485
dromara/forest

A lightweight, declarative HTTP client framework for Java that simplifies sending HTTP requests.

0
0.0%
1.9K
total stars
#1486
Brendonovich/prisma-client-rust

Type-safe database access for Rust developers using the Prisma ORM.

0
0.0%
1.9K
total stars
#1487
rmanguinho/clean-ts-api

A TypeScript-based, test-driven, and clean architecture API project for Node.js developers.

0
0.0%
1.9K
total stars
#1488
tryolabs/requestium

Integration layer between Requests and Selenium for automating web actions in Python.

0
0.0%
1.8K
total stars
#1489
requests/requests-oauthlib

Python library providing OAuthlib support for the popular Python Requests library

0
0.0%
1.8K
total stars
#1490
genuinetools/reg

A command-line tool for managing Docker registries with security checks

0
0.0%
1.7K
total stars
#1491
tailflow/laravel-orion

A Laravel package that provides a simple and intuitive way to create a REST API with Laravel.

0
0.0%
1.6K
total stars
#1492
FuelLabs/sway-applications

A Rust library for building applications using the Sway programming language, a domain-specific language for Ethereum smart contracts.

0
0.0%
1.6K
total stars
#1493
AnimechanOrg/animechan

A REST API for anime quotes, built using TypeScript.

0
0.0%
1.4K
total stars
#1494
grpc-ecosystem/go-grpc-prometheus

Prometheus monitoring for gRPC Go servers

0
0.0%
1.3K
total stars
#1495
acheong08/ChatGPTProxy

A simple Cloudflare bypass for ChatGPT, allowing developers to access the AI assistant through a proxy.

0
0.0%
1.3K
total stars
#1496
nuxt-community/axios-module

Secure and easy axios integration for Nuxt 2, a popular Vue.js framework for building universal web applications.

0
0.0%
1.2K
total stars
#1497
spring-projects/spring-restdocs

Spring REST Docs is a tool for generating documentation for RESTful services, using tests as the source of truth.

0
0.0%
1.2K
total stars
#1498
weppos/whois

A pure Ruby WHOIS client and parser for developers who need to interact with WHOIS data.

0
0.0%
1.2K
total stars
#1499
oxidecomputer/dropshot

Exposes REST APIs from a Rust program, enabling developers to build API-driven applications.

0
0.0%
1.2K
total stars
#1500
RealmTeam/django-rest-framework-social-oauth2

Python library that adds social authentication and OAuth2 support to Django REST Framework

0
0.0%
1.1K
total stars
1...293132

Stay in the loop

Get weekly updates on trending AI coding tools and projects.