1.0.3 • Published 4 years ago

comaround-network-layer v1.0.3

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
4 years ago

Comaround

Get Started

Installation

yarn add comaround-network-layer
import {initComaroundSDK} from "comaround-network-layer";

initComaroundSDK("https://api2.comaround.com/", "9fd993e54c2448d8a26accc67b08a6ff");

Usage

import ComaroundAuthentication from "comaround-network-layer/Models/Authentication/model";

ComaroundAuthentication.getAccessToken("sreedhar@sigmago.app", "Sreedhar2020", (response) => {
      
      if (response.success) {
        
      }
      else {
        
      }
      
})

Apis included:

  • Authentication
  • Articles
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago