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

ovh-angular-apiv7

Package Overview
Dependencies
Maintainers
13
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ovh-angular-apiv7

The ovh-angular-apiv7 module is an angular 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 th

  • 1.2.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
13
Created
Source

OVH component

NPM

Maintenance Chat on gitter Build Status Build Status

ovh-angular-apiv7

The ovh-angular-apiv7 module is an angular 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.

Requirements

Installation

Bower

bower install ovh-angular-apiv7 --save

NPM

npm install ovh-angular-apiv7 --save

Howto's

  1. In your index.html, inject scripts and styles
 <script src="dist/ovh-angular-apiv7.min.js" type="text/javascript"></script>
  1. In your app.js, add ovh-angular-apiv7 as a dependency
angular.module("myModule", ["ovh-angular-apiv7"]);
  1. use it like $resource (see Documentation for more)

Documentation

- run `grunt connect`
- go to `http://localhost:9090/#/docs/`

Get the sources

    git clone https://github.com/ovh-ux/ovh-angular-apiv7.git
    cd ovh-angular-apiv7
    npm install
    bower install

You've developed a new cool feature ? Fixed an annoying bug ? We'd be happy to hear from you !

see CONTRIBUTING.md

Build tools

- `grunt`: to build
- `grunt test`: to run code quality inspection tools and unit tests
- `grunt watch`: to watch for code changes and rerun tests
- `grunt release --type=major|minor|patch`: to release your module

License

See https://github.com/ovh-ux/ovh-angular-apiv7/blob/master/LICENSE

Keywords

FAQs

Package last updated on 14 Jun 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