Socket
Socket
Sign inDemoInstall

@classdojo/react-native-android

Package Overview
Dependencies
515
Maintainers
25
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @classdojo/react-native-android

ERN Generated API for ClassDojoReactNativeApi


Version published
Weekly downloads
2
Maintainers
25
Install size
4.99 MB
Created
Weekly downloads
 

Readme

Source

javascript

ClassDojoReactNativeApi - JavaScript client for javascript Contract for communicating from the React Native app to the Native platform. https://electrode.gitbooks.io/electrode-native/content/platform-parts/apis.html# 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: 1.0.0
  • 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 { ClassDojoReactNativeApi } from 'javascript';

const api = new ClassDojoReactNativeApi.NativeApi()

api.logEvent(logEvent).then(function() {
  console.log('API called successfully.');
}, function(error) {
  console.error(error);
});

Documentation for API Endpoints

All URIs are relative to https://virtserver.swaggerhub.com/ClassDojo/Electrode-Native/1.0.0

ClassMethodrequest typeDescription
ClassDojoReactNativeApi.NativeApilogEventrequest /logEventLog tracking events

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

Keywords

FAQs

Last updated on 28 Mar 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc