@s-corp-biz/biz-entity-api
v1.9.0-staging.21
Published
TypeScript API client for S-Corp Biz Entity API
Maintainers
Readme
@s-corp-biz/biz-entity-api
TypeScript API client for the S-Corp Biz Entity API. Auto-generated from OpenAPI specifications.
Installation
npm install @s-corp-biz/biz-entity-apiUsage
import { Configuration, CompanyApi, PersonalApi } from '@s-corp-biz/biz-entity-api';
// Configure the API client
const config = new Configuration({
basePath: 'https://api.your-domain.com',
accessToken: 'your-auth-token'
});
// Use the API
const companyApi = new CompanyApi(config);
const companies = await companyApi.getCompanies();Features
- ✅ Full TypeScript type definitions
- ✅ Auto-generated from OpenAPI/Swagger specs
- ✅ Axios-based HTTP client
- ✅ Supports all API endpoints
API Documentation
For full API documentation, visit your API's Swagger UI at /swagger
Development
This package is auto-generated and published via CI/CD. Do not manually edit the generated files.
License
ISC
Support
For issues or questions, please open an issue on GitHub.
