Allow parsing of object rest/spread
Allow parsing of object rest/spread
Compile object rest and spread to ES5
Pretender is a mock server library for XMLHttpRequest and Fetch, that comes with an express/sinatra style syntax for defining routes and their handlers.
Octokit plugin adding one method for all of api.github.com REST API endpoints
Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
Compile ES2015 default and rest parameters to ES5
Node Rest and Http Clients for use with TypeScript
REST DataSource for Apollo Server v4
Extendable client for GitHub's REST & GraphQL APIs
Shared TypeScript definitions for Octokit projects
Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities
extended POSIX-style sprintf
GitHub REST API client for Node.js
Simple REST Data Provider for Refine, enabling seamless REST API interactions.
Babel preset used by Create React App
JSON Server data provider for react-admin
node API REST client
Octokit plugin to paginate REST API endpoint responses
JSON data for Ember.js RFC #395
Common methods and utilities for @esri/arcgis-rest-js packages.
🧬 The fastest schema with next-gen DX
Easy rest routes for Sinatra Applciations
Minimal, RESTful, json, sinatra-inspired framework.
This is a Sinatra RESTful web application that wraps the nfsadmin tool. It can be used to manage NFS using REST and JSON.
A minimal JSON REST API framework created upon Sinatra and some Rails components.
Sinja is a Sinatra extension for quickly building RESTful, {json:api}-compliant web services, leveraging the excellent JSONAPI::Serializers gem for payload serialization. It enhances Sinatra's DSL to enable resource-, relationship-, and role-centric API development, and it configures Sinatra with the proper settings, MIME-types, filters, conditions, and error-handling. There are many parsing (deserializing), rendering (serializing), and other "JSON API" libraries available for Ruby, but relatively few that attempt to correctly implement the entire {json:api} server specification, including routing, request header and query parameter checking, and relationship side-loading. Sinja lets you focus on the business logic of your applications without worrying about the specification, and without pulling in a heavy framework like Rails. It's lightweight, ORM-agnostic, and Ember.js-friendly!