API Documentation

This commit is contained in:
Fabio José 2018-11-09 15:27:00 -02:00
parent c53781489c
commit 224993b824
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()
```