@sgbtz/ttlock-api
TypeScript icon, indicating that this package has built-in type declarations

0.0.22 • Public • Published

TTLock API

Installation

  • Run npm install after cloning the repository
  • Run npm run build to build this package
  • Install the package from your another project, run npm i <path-to-this-package-folder>

Usage

  • Create Client
import { createClient } from 'ttlock-api'

const client = createClient({
  baseUrl: '',
  clientId: '',
  clientSecret: ''
})
  • Use The APIs, one for example
client.lock.init({
  accessToken: '',
  date: 0,
  lockData: ''
}).then(response => {

  // Do something after getting the response
  
})
  • You can also import the types when you need to
import { UserType } from 'ttlock-api'

/@sgbtz/ttlock-api/

    Package Sidebar

    Install

    npm i @sgbtz/ttlock-api

    Weekly Downloads

    0

    Version

    0.0.22

    License

    MIT

    Unpacked Size

    132 kB

    Total Files

    35

    Last publish

    Collaborators

    • sgbtz