1.0.0 • Published 2 years ago

tse-mindsphere v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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');
}