# ois-client
> A client for upload and download from bos

# Usage
npm install ois-client

# example
```typescript
import * as client from 'ois-client'
consot uploadRequest = new UploadRequest();
client.directUpload(uploadRequest);