Skip to content

Commit d08d6c8

Browse files
authored
Merge pull request #14 from sendinblue/feature_AP-1126
- user-agent added
2 parents 7a3e283 + 7778346 commit d08d6c8

40 files changed

+92
-40
lines changed

api/accountApi.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/accountApi.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/accountApi.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ export enum AccountApiApiKeys {
3434

3535
export class AccountApi {
3636
protected _basePath = defaultBasePath;
37-
protected _defaultHeaders : any = {};
37+
protected _defaultHeaders : any = {
38+
'user-agent': 'sendinblue_clientAPI/v2.0.2/ts-node'
39+
};
3840
protected _useQuerystring : boolean = false;
3941

4042
protected authentications = {

api/attributesApi.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)