![]() |
Infohub JS API
|
Provides access to the documents attached to one BCF topic.
Public Member Functions | |
| create (documentData) | |
| list () | |
| create | ( | documentData | ) |
Uploads a document.
The server expects the raw binary body, not JSON.
| {Blob|ArrayBuffer|Uint8Array} | documentData - Raw document body. |
| list | ( | ) |