Skip to content

Commit 83216e8

Browse files
committed
PR review
1 parent 79d0be4 commit 83216e8

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

README.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,14 @@ This library is automatically generated by the [Swagger Codegen](https://github.
1111
- API version: 3.0.0
1212
- Package version: 7.2.0
1313
- Build package: io.swagger.codegen.languages.JavascriptClientCodegen
14-
For more information, please visit [https://account.sendinblue.com/support](https://account.sendinblue.com/support)
1514

1615
## Installation
1716

1817
### For [Node.js](https://nodejs.org/)
1918

2019
#### npm
2120

22-
To publish the library as a [npm](https://www.npmjs.com/),
23-
please follow the procedure in ["Publishing npm packages"](https://docs.npmjs.com/getting-started/publishing-npm-packages).
21+
The following recommended installation requires [npm](https://npmjs.org/). If you are unfamiliar with npm, see the [npm docs](https://npmjs.org/doc/).
2422

2523
Then install it via:
2624

@@ -62,19 +60,6 @@ then install it via:
6260
npm install sendinblue/APIv3-nodejs-library --save
6361
```
6462

65-
### For browser
66-
67-
The library also works in the browser environment via npm and [browserify](http://browserify.org/). After following
68-
the above steps with Node.js and installing browserify with `npm install -g browserify`,
69-
perform the following (assuming *main.js* is your entry file, that's to say your javascript file where you actually
70-
use this library):
71-
72-
```shell
73-
browserify main.js > bundle.js
74-
```
75-
76-
Then include *bundle.js* in the HTML pages.
77-
7863
### Webpack Configuration
7964

8065
Using Webpack you may encounter the following error: "Module not found: Error:
@@ -425,15 +410,27 @@ Class | Method | HTTP request | Description
425410

426411
## Documentation for Authorization
427412

428-
429413
### api-key
430414

415+
The API key should be passed in the request headers as `api-key` for authentication.
416+
431417
- **Type**: API key
432418
- **API key parameter name**: api-key
433419
- **Location**: HTTP header
434420

435421
### partner-key
436422

423+
The partner key should be passed in the request headers as `partner-key` along with `api-key` pair for successful authentication of partner (Optional).
424+
437425
- **Type**: API key
438426
- **API key parameter name**: partner-key
439427
- **Location**: HTTP header
428+
429+
430+
## Support and Feedback
431+
432+
Be sure to visit the SendinBlue official [documentation website](https://sendinblue.readme.io/docs ) for additional information about our API.
433+
434+
If you find a bug, please post the issue on [Github](https://github.com/sendinblue/APIv3-nodejs-library/issues).
435+
436+
As always, if you need additional assistance, drop us a note [here](https://account.sendinblue.com/support).

0 commit comments

Comments
 (0)