SpaceX API
SpaceX REST API - Open Source REST API for rocket, core, capsule, pad, and launch data
Refit - C#
Refit: The automatic type-safe REST library for .NET Core, Xamarin and .NET Refit Refit.HttpClientFactory NuGet AzureArtifacts CI Feed: https://
Refit - C#
Refit: The automatic type-safe REST library for .NET Core, Xamarin and .NET Refit Refit.HttpClientFactory NuGet AzureArtifacts CI Feed: https://
Graphql rest proxy - TypeScript
graphql-rest-proxy Convert your REST server to GraphQL server. Install npm -g install graphql-rest-proxy Or if you use Yarn: yarn global add graphql-rest-proxy Why We all know GraphQL is grea
Vuex rest api - JavaScript
vuex-rest-api A Helper utility to simplify the usage of REST APIs with Vuex 2. Uses the popular HTTP client axios for requests. Works with websanova/v
Restler - JavaScript
Luracast Restler  Version 3.0 Release Candidate 5 Restler is a simple and effective multi-format Web API Server written in PHP. Just deal with your business logic
Rest.li - Java
Rest.li is an open source REST framework for building robust, scalable RESTful architectures using type-safe bindings and asynchronous, non-blocking IO. Rest.li fills a niche for applying RESTful principles at scale with an end-to-end d
Rest api console2 - JavaScript
Console2 A better REST console. See it in action. Development Hacking requires node.js, install node.js for your system. (e.g. brew install node). To get up and running: Clone the repository git clone https://gi
Modeshape - Java
Copyright 2008-2016 ModeShape Project. Licensed under the Apache License, Version 2.0. The ModeShape project This is the official Git repository for the ModeShape project. ModeShape is an open source implementation of the J
Insomnia - JavaScript
Insomnia REST Client Insomnia is a cross-platform REST client, built on top of Electron. Download Insomnia is available for Mac, Windows, and Linux and can be downloaded from the website. https://insomnia.rest
Swagger core - Java
Swagger Core NOTE: If you're looking for Swagger Core 1.5.X and OpenAPI 2.0, please refer to 1.5 branch. Swagger Core is a Java implementation of the OpenAPI Specification. Current version supports JAX-RS2. Get s
Spacy js - JavaScript
spaCy JS JavaScript interface for accessing linguistic annotations provided by spaCy. This project is mostly experimental and was developed for fun to play around with different ways of mimicking spaCy's Python API. The r
Insomnia - JavaScript
Insomnia REST Client Insomnia is a cross-platform REST client, built on top of Electron. Download Insomnia is available for Mac, Windows, and Linux and can be downloaded from the website. https://insomnia.rest
Vue api query - JavaScript
Elegant and simple way to build requests for REST API This package helps you quickly to build requests for REST API. Move your logic and backend reque
Basiliq - Rust
Basiliq is a very alpha REST API that replaces the need to write CRUD methods by exposing a standardized API to interact with a Postgres database
Restlet framework java - Java
Restlet Framework The leading REST API framework for Java Thanks to Restlet Framework's powerful routing and filtering capabilities, unified client and server Java API, developers can build secure and scalable RESTful
Go twitter - Go
go-twitter go-twitter is a Go client library for the Twitter API. Check the usage section or try the examples to see how to access the Twitter API. Features Twitter REST API: Accounts Direct Message
Httpexpect
httpexpect Concise, declarative, and easy to use end-to-end HTTP and REST API testing for Go (golang). Basically, httpexpect is a set of chainable builders for HTTP requests and assertions for HTTP responses and payload, on
Neo4j - Go
neo4j.go Implementation of client package for communication with Neo4j Rest API. For more information and documentation please read Godoc Neo4j Page setup go get github.com/siesta/neo4j example usage
Api guidelines -
Microsoft REST API Guidelines The Microsoft REST API Guidelines, as a design principle, encourages application developers to have resources accessible to them via a RESTful HTTP interface. To provide the smoothest possible experi
Twilio php - PHP
A PHP library for communicating with the Twilio REST API and generating TwiML.
Twitter rest
README The Wid'op Twitter REST library is a modern PHP 5.3+ API allowing you to easily interact with Twitter 1.1. In order to sign your request with the OAuth protocol, the library internally uses the widop/twitter-oauth. us
Twitteroauth - PHP
THIS IS AN MODIFIED VERSION OF ABRAHAMS TWITTER OAUTH CLASS The directories are structured and the class uses PHP5.3 namespaces. Api.php has a new function called setToken($oauth_token, $oauth_token_secret) to set the token after initial
Cpprestsdk - C++
Welcome! The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with service
Chrome rest - Python
Chrome REST Manipulate Chrome through a REST API. Install To install Chrome REST just clone this repo and run ./script/bootstrap. Start server To start the Chrome REST server just run ./script/server.
Serve swagger - Python
License: GPL serve_swagger Use Swagger API JSON to create Falcon REST APIs. petstore.py - a complete working REST API server in 57 lines of code. This is intended just as a proof of concept/technology demo. It is based on Swag
Drf chaos - Python
drf-chaos extension drf-chaos is a small collection of decorators and middlewares for testing Django REST Framework API under unexpected circumstances. Settings DRF_CHAOS_ENABLED Decorators
Drf tracking - Python
PROJECT IS DEAD! PLEASE GO TO NEW LOCATION: Work has moved to a fork to continue on https://github.com/lingster/drf-api-tracking drf-tracking Overview drf-tracking provides a Django model and
Eve
Eve Eve is an open source Python REST API framework designed for human beings. It allows to effortlessly build and deploy highly customizable, fully featured RESTful Web Services. Eve is powered by Flask, Redis, Cerberus, Even
Spree - Ruby
Spree Commerce Join our Slack at slack.spreecommerce.org Contact us to start a new project or get tech support DEMO of the new Spree UX introduced in Spree 4.1 9 good reasons to upgrade to Spree 4.1 or use it for a new
Neography - Ruby
Neography Welcome to Neography Neography is a thin Ruby wrapper to the Neo4j Rest API, for more information: Getting Started with Neo4j Server Neo4j Rest API Reference If you want to utilize th
Roar - Ruby
Roar Resource-Oriented Architectures in Ruby. Table of Contents Introduction Representable Installation Dependencies Defining Representers Rendering Parsing Module Representers Colle
Her - Ruby
Maintenance Update 29th Sept 2016 Hi folks, @edtjones here. Rémi has handed me the keys to Her and @foxpaul and I will be trying to do the library justice with the help of the community. There's loads to do; we'll get in touch wi
Librarify - JavaScript
? Librarify Create a Node.js library for your REST API with just a settings JSON object Librarify is a library for creating libraries for REST APIs as easily as possible. When you create a library with Librarif
RestEase - C#
RestEase RestEase is a little type-safe REST API client library for .NET Framework 4.0 and higher and .NET Core (.NET Platform Standard 1.3), which aims to make interacting with remote REST endpoints easy, without adding unne
Township accounts api - JavaScript
township-accounts-api route handlers to use in your REST API to handle user management quick start var Township = require('township-accounts-api') var db = require('memdb') // can be any levelup e.g. level-party or
Resty - Scala
Resty Super easy REST API framework for Scala You can run the sample project by hitting following commands: $ git clone https://github.com/takezoe/resty-sample.git $ cd resty-sample/ $ sbt ~jetty:start Check APIs via Swagg
Nestful - Ruby
Nestful is a simple Ruby HTTP/REST client with a sane API. Installation sudo gem install nestful Features Simple API JSON requests Resource API Proxy support SSL support API GET re
RestSharp - C#
RestSharp - Simple .NET REST Client master docs Nuget downloads stable preview
Qrest - Go
qrest Create a rest api from mariadb for a database. This project was motivated by prest by nuveo The Works: To install run, go install github.com/vyasgiridhar/qrest/qrest To start the rest server, qrest -rport 80
Postgrest starter kit - PLpgSQL
PostgREST Starter Kit Base project and tooling for authoring REST API backends with PostgREST. Purpose PostgREST enables a different way of building data driven API backends. It does "one thing well" and that is to
SQLiteProxy - JavaScript
SQLiteProxy A simple HTTP JSON proxy for SQLite. This probably should not be exposed to end users. :-) Installation npm install -g sqliteproxy Options Usage: sqliteproxy [options] Options: --db: DB
Api platform - JavaScript
API Platform is a next-generation web framework designed to easily create API-first projects without compromising extensibility and flexibility: Design your own data model as plain old PHP classes or import an existing one f
Json server - JavaScript
JSON Server Get a full fake REST API with zero coding in less than 30 seconds (seriously) Created with Egghead.io free video tutorial - Creating demo APIs with json-server JSONPlaceholder - Live running version
IIS.Administration - C#
Microsoft IIS Administration API To find the latest news for the IIS Administration api visit the blog at https://blogs.iis.net/adminapi. Documentation is available at https://docs.microsoft.com/en-us/IIS-Administration
Susanoo - Python
Susanoo: Susanoo is a REST API security testing framework. Features Configurable inputs/outputs formats API Vulnerability Scan: Normal scanning engine that scans for IDOR, Authentication issues, SQL injections,
Scraping service - JavaScript
Scraping Service Scraping Service is a REST API for scraping dynamic websites using Node.js, Puppeteer and Cheerio. Made by the team at Weld (www.weld.io), the #codefree web/app creation tool: How to Run Start Sc
Nextjs express mongoose crudify boilerplate - JavaScript
Next.js (React) + Redux + Express REST API + MongoDB + Mongoose-Crudify boilerplate You want an SQL database instead of MongoDB? Check out nextjs-sql-rest-api-boilerplate instead. Based on nextjs-express-boilerplate, but with ad
Icyface api - Python
icyface_api This is the rest api of icyface, it works with the model generated by icyface_offline project. If you do not have the resource or the patience to train a model yourself, you can try to use this model trained by me: ht
Snapkit - JavaScript
snapkit Capture screenshots of websites on command line or REST API. $ snapkit https://google.com --emulate="iPad" | open -a Preview.app -f Or, from inside your own Node.js program. const snapkit = require('snapkit')