# IT Lab Internal Services

> Diese Library funktioniert nur mit NestJs

[![npm version](https://img.shields.io/npm/v/itlab-internal-services.svg?style=flat-square)](https://www.npmjs.org/package/itlab-internal-services)
[![install size](https://packagephobia.now.sh/badge?p=itlab-internal-services)](https://packagephobia.now.sh/result?p=itlab-internal-services)
[![npm downloads](https://img.shields.io/npm/dm/itlab-internal-services.svg?style=flat-square)](http://npm-stat.com/charts.html?package=itlab-internal-services)
[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/itlab-internal-services/badge?style=rounded)](https://www.jsdelivr.com/package/npm/itlab-internal-services)

## Internal module

[Axios](https://github.com/axios/axios) is richly featured HTTP client package that is widely used. This package wraps Axios and exposes it via the built-in `InternalModule`. The `InternalModule` exports the `CommentService`, `ContentService` & `SearchService` classes, which exposes methods to perform HTTP requests to IT Labs internal services.

### Installation

To begin using it, we first install the required dependency.

```bash
yarn add itlab-internal-services
```
