2.1.0 • Published 3 years ago

pagetour-sdk.httprepository v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

pagetour-sdk.httprepository

npm

This is the Http plugin for pagetour-sdk.

Install

npm install pagetour-sdk.httprepository

Usage

Import and initialize the repository.

import { HttpRepository} from 'pagetour-sdk.httprepository';
...
this.repository = new HttpRepository({baseUrl:'https://api-baseUrl.com/'});

Pass it as a parameter while initializing the pagetour sdk.

Pagetour.init(this.repository, options);
this.pagetour = PageTour.GetInstance();

Documentation

2.1.0

3 years ago

2.0.13

3 years ago

2.0.14

3 years ago

2.0.11

3 years ago

2.0.12

3 years ago

2.0.9

3 years ago

2.0.10

3 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.6

3 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago