Discover
InoDriveApi.Discover()
Discover all of the InoDrive Module(s) accessible on the Network, logging to console is most common use.
Returns: Modules (Array of Objects) Containing the InoDrive’s Module and Network Information.
// Import InoDrive API Library import { InoDriveApiJS } from "ck-inodrive-api" // Instatiate the API let InoDriveApi = new InoDriveApiJS.InoDriveApi({ connectAppUrl: "", secure: false }) // Retrieve All InoDrive Modules’ Information from the Network await InoDriveApi.Discover()