Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

api-client-admin-on-rest

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-client-admin-on-rest

REST client for the admin-on-rest package to work with api-core based APIs

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

API Core Client for Admin on REST

REST client for the admin-on-rest package to work with api-core based APIs.

GitHub license GitHub issues Build Status Coverage Status

Installation

To install the latest version, use NPM:

$ npm install api-client-admin-on-rest

Usage

For example in the tutorial you can simply replace the built in rest client with this one:

import React from 'react';
import { restClient } from 'api-client-admin-on-rest';
import { Admin, Resource } from 'admin-on-rest';

import { PostList } from './posts';

const App = () => (
    <Admin restClient={restClient('http://api.example.com')}>
      <Resource name="posts" list={PostList} />
    </Admin>
);

export default App;

Tests

Coming soon...

License

The MIT License. Free forever. :)

FAQs

Package last updated on 18 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc