name
stringlengths
1
264
link
stringlengths
24
112
description
stringlengths
0
398
source_repo
stringclasses
346 values
OpenAPI DevTools
https://github.com/AndrewWalsh/openapi-devtools
: Browser extension that generates API specs for any app or website
awesome-api-devtools
rails-api
https://github.com/rails-api/rails-api
: Rails for API only applications.
awesome-api-devtools
pliny
https://github.com/interagent/pliny
: Opinionated template Sinatra app for writing APIs in Ruby.
awesome-api-devtools
grape
https://github.com/ruby-grape/grape
: An opinionated micro-framework for creating REST-like APIs in Ruby.
awesome-api-devtools
ActiveModel::Serializer
https://github.com/rails-api/active_model_serializers
: Brings convention over configuration to your JSON generation.
awesome-api-devtools
rabl
https://github.com/nesquena/rabl
: Generate JSON and XML from any ruby object.
awesome-api-devtools
jbuilder
https://github.com/rails/jbuilder
: Create JSON structures via a Builder-style DSL.
awesome-api-devtools
roar
https://github.com/trailblazer/roar
: Parse and render REST API documents using representers.
awesome-api-devtools
Falcon
https://github.com/falconry/falcon
: Falcon is a low-level, high-performance Python framework for building HTTP APIs, app backends, and higher-level frameworks.
awesome-api-devtools
apistar
https://github.com/encode/apistar
: A smart Web API framework, designed for Python3.
awesome-api-devtools
sanic
https://github.com/channelcat/sanic
: Sanic is a Flask-like Python 3.5+ web server that's written to go fast.
awesome-api-devtools
hug
https://github.com/timothycrosley/hug
: hug aims to make developing Python driven APIs as simple as possible, but no simpler.
awesome-api-devtools
FastAPI
https://github.com/tiangolo/fastapi
: FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
awesome-api-devtools
Restify
https://github.com/restify/node-restify
: Node.js REST framework specifically meant for web service APIs.
awesome-api-devtools
Baucis
https://github.com/wprl/baucis
awesome-api-devtools
Deployd
https://github.com/deployd/deployd
: Deployd is the simplest way to build realtime APIs for web and mobile apps
awesome-api-devtools
Nest
https://github.com/kamilmysliwiec/nest
: A modern node.js framework for efficient and scalable web applications built on top of TypeScript
awesome-api-devtools
gocrud
https://github.com/manishrjain/gocrud
: Go library to simplify creating, updating and deleting arbitrary depth structured data — to make building REST services fast and easy.
awesome-api-devtools
sleepy
https://github.com/dougblack/sleepy
: RESTful micro-framework written in Go.
awesome-api-devtools
go-relax
https://github.com/codehack/go-relax
: Framework of pluggable components to build RESTful API's.
awesome-api-devtools
go-restful
https://github.com/emicklei/go-restful
: A declarative highly readable framework for building restful API's.
awesome-api-devtools
Goat
https://github.com/bahlo/goat
: Minimalistic REST API server in Go.
awesome-api-devtools
Zerver
https://github.com/cosiner/zerver
: Zerver is a expressive, modular, feature completed RESTful framework.
awesome-api-devtools
Colossus
https://github.com/tumblr/colossus
: I/O and microservice library for Scala.
awesome-api-devtools
Skinny Micro
https://github.com/skinny-framework/skinny-micro
: Micro-web framework to build servlet applications in Scala.
awesome-api-devtools
Akka HTTP
https://github.com/akka/akka-http
: The Akka HTTP modules implement a full server- and client-side HTTP stack on top of akka-actor and akka-stream.
awesome-api-devtools
Swagger Akka HTTP
https://github.com/swagger-akka-http/swagger-akka-http
: Swagger-Akka-Http brings Swagger support for Akka-Http Apis.
awesome-api-devtools
Metamug Mason
https://github.com/metamug/mason
: Create REST APIs with JSP tags and SQL. Edit and hot deploy REST resources on the server.
awesome-api-devtools
Scotty
https://github.com/scotty-web/scotty
: Micro web framework inspired by Ruby's Sinatra, using WAI and Warp.
awesome-api-devtools
Spock
https://github.com/agrafix/Spock
: Another Haskell web framework for rapid development.
awesome-api-devtools
Servant
https://github.com/haskell-servant/servant
: A Type-Level Web DSL.
awesome-api-devtools
Yesod
https://github.com/yesodweb/yesod
: The Haskell RESTful web framework.
awesome-api-devtools
Plug
https://github.com/elixir-plug/plug
: A specification and conveniences for composable modules between web applications.
awesome-api-devtools
Cowboy
https://github.com/ninenines/cowboy
: Small, fast, modular HTTP server written in Erlang.
awesome-api-devtools
Gen Microservice
https://github.com/videlalvaro/gen_microservice
: This library solves the problem of implementing microservices with Erlang.
awesome-api-devtools
Mochiweb
https://github.com/mochi/mochiweb
: Erlang library for building lightweight HTTP servers.
awesome-api-devtools
PostgREST
https://github.com/begriffs/postgrest
: Serve a RESTful API from any existing PostgreSQL database.
awesome-api-devtools
xmysql
https://github.com/o1lab/xmysql
: Generate REST APIs for any MySQL Database.
awesome-api-devtools
API Platform
https://github.com/api-platform/api-platform
: API framework on top of Symfony with JSON-LD, Schema.org and Hydra support
awesome-api-devtools
Dingo API
https://github.com/dingo/api
: A RESTful API package for the Laravel and Lumen frameworks
awesome-api-devtools
Fractal
https://github.com/thephpleague/fractal
: Fractal provides a presentation and transformation layer for complex data output, the like found in RESTful APIs, and works really well with JSON
awesome-api-devtools
Yii2 Framework
https://github.com/yiisoft/yii2
: Provides a whole set of tools to simplify the task of implementing RESTful Web Service APIs
awesome-api-devtools
Swagger CodeGen
https://github.com/swagger-api/swagger-codegen
: Generate client libraries automatically from a Swagger-compliant server.
awesome-api-devtools
AutoRest
https://github.com/Azure/autorest
: Generate client libraries for RESTful web services
awesome-api-devtools
OpenAPI Generator
https://github.com/openapitools/openapi-generator
: A community fork of Swagger Codegen to automatically generate API clients, server stubs and documentation for REST APIs given an OpenAPI/Swagger spec.
awesome-api-devtools
faraday
https://github.com/lostisland/faraday
: Simple, but flexible HTTP client library, with support for multiple backends.
awesome-api-devtools
rest-client
https://github.com/rest-client/rest-client
: Simple HTTP and REST client for Ruby
awesome-api-devtools
heroics
https://github.com/interagent/heroics
: Ruby HTTP client for APIs represented with JSON schema.
awesome-api-devtools
blanket
https://github.com/inf0rmer/blanket
: A Ruby API wrapper.
awesome-api-devtools
nestful
https://github.com/maccman/nestful
: Ruby HTTP/REST client.
awesome-api-devtools
Refit
https://github.com/paulcbetts/refit
: The automatic type-safe REST library for .NET Core, Xamarin and .NET
awesome-api-devtools
WebAnchor
https://github.com/mattiasnordqvist/Web-Anchor
: Web Anchor provides type-safe, testable and flexible access to web resources.
awesome-api-devtools
Serverpod
https://github.com/serverpod/serverpod
: Serverpod is a next-generation app and web server, built for the Flutter community. It allows you to write your server-side code in Dart, automatically generate your APIs, and hook up your database with minimal effort. Serverpod is open-source, and you can host your server anywhere.
awesome-api-devtools
ReDoc
https://github.com/Rebilly/ReDoc
: OpenAPI/Swagger-generated API Reference Documentation.
awesome-api-devtools
Swagger UI
https://github.com/swagger-api/swagger-ui
: Dynamically generate documentation from a Swagger-compliant API.
awesome-api-devtools
Slate
https://github.com/lord/slate
: Static site generated documentation for your API.
awesome-api-devtools
prmd
https://github.com/interagent/prmd
: JSON Schema tooling: scaffold, verify, and generate documentation from JSON Schema documents.
awesome-api-devtools
Aglio
https://github.com/danielgtaylor/aglio
: An API Blueprint renderer with theme support that outputs static HTML.
awesome-api-devtools
Docbox
https://github.com/tmcw/docbox
: REST API documentation generator, using Markdown.
awesome-api-devtools
widdershins
https://github.com/Mermade/widdershins
: REST API documentation generator from OpenAPI 3.0 / Swagger 2.0 / AsyncAPI 1.x / Semoasa 0.1.0 definition
awesome-api-devtools
Elements
https://github.com/stoplightio/elements
: Web Components-based API documentation for OpenAPI 3.x/2.x
awesome-api-devtools
ATAC
https://github.com/Julien-cpsn/ATAC
: A feature-full TUI API client made in Rust. ATAC is free, open-source, offline and account-less.
awesome-api-devtools
httpy
https://github.com/knid/httpy
: Programmable Command line HTTP client.
awesome-api-devtools
Prism
https://github.com/stoplightio/prism
: a set of packages for API mocking and contract testing with OpenAPI v2 (formerly known as Swagger) and OpenAPI v3.x, including mock servers and a validation proxy.
awesome-api-devtools
Json-Server
https://github.com/typicode/json-server
Full fake REST API with zero coding.
awesome-api-devtools
18F API Standards
https://github.com/18f/api-standards
API Standards for 18F
awesome-api-devtools
White House Web API Standards
https://github.com/whitehouse/api-standards
awesome-api-devtools
Adidas-group API Design Guide
https://github.com/adidas-group/api-guidelines
adidas group API design guidelines
awesome-api-devtools
Apigee127
https://github.com/apigee-127/a127-documentation
: nodejs based API Gateway
awesome-api-devtools
Strongloop
https://github.com/strongloop/microgateway
: nodejs based API Gateway
awesome-api-devtools
Vulcand
https://github.com/vulcand/vulcand
: Programmatic load balancer backed by Etcd.
awesome-api-devtools
Zuul
https://github.com/Netflix/zuul
: An edge service that provides dynamic routing, monitoring, resiliency, security, and more.
awesome-api-devtools
Janus
https://github.com/hellofresh/janus
: A lightweight API Gateway written in Go by [Hello Fresh](https://engineering.hellofresh.com).
awesome-api-devtools
fabio
https://github.com/fabiolb/fabio
: A fast, modern, zero-conf load balancing HTTP(S) router for deploying microservices managed by [consul](https://www.consul.io) by eBay.
awesome-api-devtools
Traefik
https://github.com/containous/traefik
: Træfik (pronounced like traffic) is a modern HTTP reverse proxy and load balancer written in Go.
awesome-api-devtools
Oathkeeper
https://github.com/ory/oathkeeper
: OIdentity & Access Proxy (IAP) that authorizes HTTP requests based on sets of rules. Integrates with ORY Hydra.
awesome-api-devtools
Cherrybomb
https://github.com/blst-security/cherrybomb
: Stop half-done API specifications! Cherrybomb is a CLI tool that helps you avoid undefined user behaviour by validating your API specifications.
awesome-api-devtools
Pyresttest
https://github.com/svanoort/pyresttest
: YAML based REST testing and API microbenchmarking tool
awesome-api-devtools
Ion
https://github.com/ionwg/ion-doc
awesome-api-devtools
Pull Requests
https://github.com/yosriady/api-development-tools
:books: A collection of useful resources for building RESTful HTTP+JSON APIs.
awesome-api-devtools