Documentation
This commit is contained in:
parent
f5fe4633a6
commit
17b582d682
13
README.md
13
README.md
|
|
@ -10,8 +10,9 @@ Javascript SDK for CloudEvents
|
||||||
│ ├── jsonformatter.js
|
│ ├── jsonformatter.js
|
||||||
│ ├── format
|
│ ├── format
|
||||||
│ │ └── json_0_1.js
|
│ │ └── json_0_1.js
|
||||||
│ ├── spec_0_1.js
|
│ └── specs
|
||||||
│ └── spec_0_2.js
|
│ ├── spec_0_1.js
|
||||||
|
│ └── spec_0_2.js
|
||||||
├── LICENSE
|
├── LICENSE
|
||||||
├── package.json
|
├── package.json
|
||||||
├── README.md
|
├── README.md
|
||||||
|
|
@ -25,13 +26,15 @@ Javascript SDK for CloudEvents
|
||||||
|
|
||||||
* `lib/cloudevent.js`: implementation of Cloudevent, an interface
|
* `lib/cloudevent.js`: implementation of Cloudevent, an interface
|
||||||
|
|
||||||
* `lib/format`: every format implementation goes here
|
* `lib/format/`: every format implementation goes here
|
||||||
|
|
||||||
* `lib/format/json_0_1.js`: implementation for JSON formatting [version 0.1](https://github.com/cloudevents/spec/blob/v0.1/json-format.md)
|
* `lib/format/json_0_1.js`: implementation for JSON formatting [version 0.1](https://github.com/cloudevents/spec/blob/v0.1/json-format.md)
|
||||||
|
|
||||||
* `lib/spec_0_1.js`: implementation for spec [version 0.1](https://github.com/cloudevents/spec/blob/v0.1/spec.md)
|
* `lib/specs/`: every spec implementation goes here
|
||||||
|
|
||||||
* `lib/spec_0_2.js`: implementation for spec [version 0.2](https://github.com/cloudevents/spec/blob/master/spec.md)
|
* `lib/specs/spec_0_1.js`: implementation for spec [version 0.1](https://github.com/cloudevents/spec/blob/v0.1/spec.md)
|
||||||
|
|
||||||
|
* `lib/specs/spec_0_2.js`: implementation for spec [version 0.2](https://github.com/cloudevents/spec/blob/master/spec.md)
|
||||||
|
|
||||||
* `test/cloudevent_spec_0_1.js`: unit testing for spec 0.1
|
* `test/cloudevent_spec_0_1.js`: unit testing for spec 0.1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue