@banhoetosapet/sdk
v1.0.0
Published
TypeScript SDK for BanhoETosaPet API
Maintainers
Readme
@banhoetosapet/sdk
TypeScript SDK for BanhoETosaPet API - Pet Shop Management System
Installation
npm install @banhoetosapet/sdkUsage
import { BanhoETosaPetAPI } from '@banhoetosapet/sdk';
const api = new BanhoETosaPetAPI({
BASE: 'https://api.banhoetosa.pet'
});
// Login
const response = await api.auth.login({
email: '[email protected]',
password: 'password'
});
// Get current user
const user = await api.auth.getCurrentUser();Features
- Full TypeScript support
- Authentication management
- Organization management
- Auto-generated from OpenAPI specification
License
MIT
