ReadonlynetworksNetwork operations with intelligent v2/v3 routing
ReadonlyfilesFile upload/download and task management
ReadonlyworkspaceWorkspace operations (deprecated - most functionality moved to other services)
ReadonlyuserUser authentication and management
ReadonlyadminSystem administration operations
Access to version-specific network services for advanced usage
Clear authentication
Get server status information Can be called by authenticated or anonymous users.
Optionalformat: "full"Optional format parameter. Use 'full' for detailed information including properties and importers/exporters
Server status including network/user counts and optional server details
Check if client has valid authentication information configured
true if auth is a valid BasicAuth or OAuthAuth object, false otherwise
Get current client configuration
Get current authentication type
The type of authentication configured (AuthType), or undefined if no auth is configured
Set ID token for OAuth authentication Creates OAuth auth configuration if no auth is currently configured
The ID token to set
NDExClient - Main client class for NDEx API operations
Provides a unified interface for all NDEx operations with intelligent version routing between v2 and v3 APIs.
Example