sdk-javascript/lib/bindings/http
Lance Ball b283583c0c
docs: add JSDocs for top level API objects (#140)
This commit add JSDoc documentation to the CloudEvent and HTTPReceiver
objects exposed by the API when using the top level imports, specifically
`CloudEvent` and `HTTPReceiver`.

This adds a `generate-docs` npm script to generate site and API documentation
for GitHub pages in `./docs`.

Signed-off-by: Lance Ball <lball@redhat.com>
2020-05-12 17:27:11 -04:00
..
commons.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
constants.js fix: protects the consts from being changed in other parts of the code. 2020-04-30 12:19:24 -03:00
emitter_binary.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
emitter_binary_0_3.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
emitter_binary_1.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
emitter_structured.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
http_receiver.js docs: add JSDocs for top level API objects (#140) 2020-05-12 17:27:11 -04:00
receiver_binary.js fix: ensure binary events can handle no content-type header (#134) 2020-05-08 23:37:10 -04:00
receiver_binary_0_3.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
receiver_binary_1.js fix: ensure binary events can handle no content-type header (#134) 2020-05-08 23:37:10 -04:00
receiver_structured.js feat: use CloudEvents not cloudevents everywhere (#101) 2020-04-30 16:14:13 -07:00
receiver_structured_0_3.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
receiver_structured_1.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
unmarshaller.js lib: remove unnecessary else statements (#146) 2020-05-12 14:48:12 -04:00
unmarshaller_0_3.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00