2.0.0 • Published 5 years ago

@ovh-ux/ng-ovh-apiv7 v2.0.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
5 years ago

ng-ovh-apiv7

AngularJS component designed to configure Apiv7Endpoints with the same interface as a $resource yet allow for extended configuration by providing Apiv7Requests objects that can be modified with chained methods to define the parameters sent to APIv7.

Downloads Dependencies Dev Dependencies Gitter

Install

yarn add @ovh-ux/ng-ovh-apiv7

Usage

import angular from 'angular';
import ngOvhApiv7 from '@ovh-ux/ng-ovh-apiv7';

angular
  .module('myApp', [
    ngOvhApiv7,
  ]);

Test

yarn test

Contributing

Always feel free to help out! Whether it's filing bugs and feature requests or working on some of the open issues, our contributing guide will help get you started.

License

BSD-3-Clause © OVH SAS