# commercetools-sdk-middlware-user-agent

<div style="background-color: yellow; color: black; padding: 10px; text-align: center; font-weight: bold;">
  <h2>⚠️ In Maintenance Mode ⚠️</h2>
  <p>
    This package has been replaced by the <a href="https://docs.commercetools.com/sdk/typescript-sdk">TypeScript SDK</a> is in maintenance mode as such this tool will no longer receive new features or bug fixes.
  </p>
  <p>
    We recommend to use the <a href="https://docs.commercetools.com/sdk/typescript-sdk">TypeScript SDK</a> for any new implementation and plan migrating to it.
  </p>
</div>

Middleware for setting the User-Agent on the HTTP request for usage with `@commercetools/sdk-client`

https://commercetools.github.io/nodejs/sdk/api/sdkMiddlewareUserAgent

## Install

```bash
npm install --save @commercetools/sdk-middleware-user-agent
```
