elisk v0.2.0 Elisk.Peers

Functions for retrieving information about peers.

The responses for each API request have a common basic structure:

"data": {}, //Contains the requested data
"meta": {}, //Contains additional metadata, e.g. the values of `limit` and `offset`
"links": {} //Will contain links to connected API calls from here, e.g. pagination links

Summary

Functions

Get peer list

Functions

get_peers(args)

Get peer list.

Method: GET

Elisk.Peers.get_peers()

=> { data, meta, links }