API Documentation

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2018-11-09 15:27:00 -02:00
parent ec376f528f
commit 218684b19d
1 changed files with 3 additions and 3 deletions

View File

@ -47,14 +47,14 @@ Javascript SDK for CloudEvents
```js
/*
* Format the payload and return it.
* Format the payload and return an Object.
*/
Cloudevent.format()
Object Cloudevent.format()
/*
* Format the payload as String.
*/
Cloudevent.toString()
String Cloudevent.toString()
```