Skip to content

typescript package for communicating with Mindsphere's API on frontend

Notifications You must be signed in to change notification settings

GrupoTSE/tse-mindsphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Biblioteca para facilitar a comunicação com API's mindsphere no frontend

🚀 TSE-Mindsphere

Como usar?

yarn add tse-mindsphere
import { identityManagementApi } from 'tse-mindsphere'

async function getUsers() {
  const usersResponse = await identityManagementApi.get('/Users');
}

About

typescript package for communicating with Mindsphere's API on frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published