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

ern-movie-list-demo-api

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ern-movie-list-demo-api

ERN Generated API for ErnMovieListDemoApi

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

javascript

ErnMovieListDemoApi - JavaScript client for javascript Walmart Item Module This SDK is automatically generated by Electrode Native API generator. It uses Swagger to generate bridge code for Swift, Android and React Native.

  • API version:
  • Package version: 1.0.0

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install javascript --save
Git

If the library is hosted at a Git repository, e.g. https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:

npm install GIT_USER_ID/GIT_REPO_ID --save

Getting Started

Please follow the installation instruction and execute the following JS code:

import { ErnMovieListDemoApi } from 'javascript';

const api = new ErnMovieListDemoApi.WalmartItemApi()

api.addItem(item).then(function(data) {
  console.log('API called successfully. Returned data: ' + data);
}, function(error) {
  console.error(error);
});

Documentation for API Endpoints

All URIs are relative to https://localhost

ClassMethodrequest typeDescription
ErnMovieListDemoApi.WalmartItemApiaddItemrequest /items
ErnMovieListDemoApi.WalmartItemApifindItemsrequest /items
ErnMovieListDemoApi.WalmartItemApiitemAddedevent event/itemAdded

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

Keywords

FAQs

Package last updated on 15 Feb 2020

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