@ovh-ux/ng-ovh-apiv7
v2.0.0
Published
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
28
Readme
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.
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