An open API service indexing awesome lists of open source software.

https://github.com/griddlegriddle/griddle-remote-plugin

A plugin for loading data remotely.
https://github.com/griddlegriddle/griddle-remote-plugin

Last synced: about 1 year ago
JSON representation

A plugin for loading data remotely.

Awesome Lists containing this project

README

          

## :warning: Deprecated :warning:

### Please find 1.0 updates in the [1.0-combined](https://github.com/GriddleGriddle/Griddle/tree/1.0-combined) branch.

# Griddle Remote Plugin (BETA)

The remote plugin provides a configurable way to load data that might not be available locally.

Install with `npm install griddle-remote-plugin` and import or require the
plugin. The remote plugin allows you to specify the request / response format,
as well as specify the provider used for loading data (such as `superagent` or
your own).

```
import { RemotePlugin, superagentProvider } from 'griddle-remote-plugin';
...
const optionalConfig = {...};