Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
MassiveClient.shared.initAsync(apiToken: {API_TOKEN}) { status in switch status { case .initialized: // Handle successful initialization case .error: // Handle initialization error } }
Was this page helpful?