Socket
Book a DemoInstallSign in
Socket

dummy-deg-api

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dummy-deg-api

ERN Generated API for dummyApi

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

javascript

dummyApi - JavaScript client for javascript Walmart Item Module This SDK is automatically generated by Electrode Native API generator. It uses swagger to gernerate 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 { dummyApi } from 'javascript';

const api = new dummyApi.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
dummyApi.WalmartItemApiaddItemrequest /items
dummyApi.WalmartItemApifindItemsrequest /items
dummyApi.WalmartItemApiitemAddedevent event/itemAdded

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

Keywords

ern-api

FAQs

Package last updated on 29 Mar 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