File tree Expand file tree Collapse file tree 7 files changed +390
-20
lines changed Expand file tree Collapse file tree 7 files changed +390
-20
lines changed Original file line number Diff line number Diff line change 1
- ## hostinger-api-sdk@0.0.2
1
+ ## hostinger-api-sdk@0.0.3
2
2
3
3
For more information, please visit [ https://developers.hostinger.com ] ( https://developers.hostinger.com ) .
4
4
5
5
### Usage
6
6
7
7
```
8
- npm install hostinger-api-sdk@0.0.2 --save
8
+ npm install hostinger-api-sdk@0.0.3 --save
9
9
```
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Hostinger API
5
5
*
6
- * API Version: 0.0.14
6
+ * API Version: 0.0.16
7
7
*
8
8
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
9
9
* If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Hostinger API
5
5
*
6
- * API Version: 0.0.14
6
+ * API Version: 0.0.16
7
7
*
8
8
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
9
9
* If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Hostinger API
5
5
*
6
- * API Version: 0.0.14
6
+ * API Version: 0.0.16
7
7
*
8
8
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
9
9
* If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
@@ -48,7 +48,7 @@ export class Configuration {
48
48
this . baseOptions = {
49
49
...param . baseOptions ,
50
50
headers : {
51
- 'User-Agent' : "hostinger-api-sdk-typescript/0.0.2 " ,
51
+ 'User-Agent' : "hostinger-api-sdk-typescript/0.0.3 " ,
52
52
...param . baseOptions ?. headers ,
53
53
} ,
54
54
} ;
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Hostinger API
5
5
*
6
- * API Version: 0.0.14
6
+ * API Version: 0.0.16
7
7
*
8
8
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
9
9
* If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hostinger-api-sdk" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " Hostinger API TypeScript SDK" ,
5
5
"author" : " Hostinger" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments