API Documentation
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
ec376f528f
commit
218684b19d
|
|
@ -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()
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue