9.5.0 • Published 3 years ago

@kentico/kontent-core v9.5.0

Weekly downloads
4,403
License
MIT
Repository
github
Last release
3 years ago

npm version Build & Test CircleCI npm Known Vulnerabilities GitHub license npm.io

Core package

This package contains core functionality used by dependant Kentico Kontent sdks such as Delivery or Content Management.

Testing

If you want to inject testing service as an implementation of IHttpService, it is possible to use configurable Test Http Service.

import { TestHttpService } from '@kentico/kontent-core';

const client = new /*(Delivery/Management)*/Client() {
    // ...
    httpService: new TestHttpService({
        fakeResponseJson: json,
        throwError: false
    });
}
9.5.0

3 years ago

9.4.0

4 years ago

8.2.0

4 years ago

9.3.0

4 years ago

9.2.0

4 years ago

9.1.0

4 years ago

9.0.1

4 years ago

9.0.0

4 years ago

9.0.0-next.2

4 years ago

9.0.0-next.1

4 years ago

9.0.0-next.0

4 years ago

8.1.0

5 years ago

8.0.0

5 years ago

7.2.0

5 years ago

7.1.0

5 years ago

7.0.2

5 years ago

7.0.1

5 years ago

7.0.0

5 years ago

6.0.0

6 years ago

5.0.1

6 years ago

5.0.0

6 years ago

4.0.3

6 years ago

4.0.2

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.2.1

6 years ago

3.2.0

6 years ago

3.1.0

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago