Everything you need to integrate and use Nexus Infotech services. From quick start guides to advanced API references.
Quick start guides and setup instructions
npm install @nexus/sdk
# or
yarn add @nexus/sdk
import { NexusClient } from '@nexus/sdk';
const client = new NexusClient({
apiKey: 'your-api-key',
environment: 'production'
});
// Initialize your first service
client.initialize();
const response = await client.services.getData({
endpoint: '/users',
params: { limit: 10 }
});
console.log(response.data);
NEXUS_API_KEY=your_api_key_here
NEXUS_ENVIRONMENT=production
NEXUS_TIMEOUT=30000
NEXUS_RETRY_ATTEMPTS=3
{
"apiKey": "your-api-key",
"baseURL": "https://api.nexusinfotech.co",
"timeout": 30000,
"retries": 3,
"logging": {
"level": "info",
"format": "json"
}
}
Can't find what you're looking for? Our support team is here to help you succeed.
Get instant help from our support team
Get our official development tools