Chain API requests together
Example
// Get page summary and images in same request
wiki.page('batman').then(page => page.chain().summary().image().request()).then(console.log);
Methods
request() → {Object|Array}
Make combined API request
Returns:
- Type:
-
Object
|Array
- Data object(s) depending on where the chain was created from