Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yasaricli/restivus-man

Makes API Development Simple.
https://github.com/yasaricli/restivus-man

api restivus restivus-ui ui

Last synced: about 1 month ago
JSON representation

Makes API Development Simple.

Awesome Lists containing this project

README

        

### Restivus Man
restivus-man streamlines the Development Process and Simplifies APIs.

![Screenshot of Restivus Man](http://g.recordit.co/zxTS0PDQzQ.gif)

## Install
meteor install yasaricli:restivus-man

## Client

``` javascript
import { RestivusManClient } from 'meteor/yasaricli:restivus-man';

new RestivusManClient();
```

## Server

``` javascript
import { RestivusManServer } from 'meteor/yasaricli:restivus-man';

# Api --> Global API configuration Object
new RestivusManServer(Api, { });
```