Initialize the SDK
Create a new instance of the NocoDB API client with your base URL and authentication token.Authentication
There are two ways to authenticate with NocoDB:1. Using API Token (Recommended)
Generate an API token from your NocoDB dashboard and pass it in the headers:2. Using Email and Password
Authenticate with your credentials to receive a JWT token:Your First API Call
Let’s retrieve information about the authenticated user:List Tables in a Base
Retrieve all tables from a specific base:Fetch Records from a Table
Read records from a table:Create a New Record
Insert a new record into a table:Error Handling
Always wrap API calls in try-catch blocks to handle errors gracefully:Next Steps
Database Operations
Learn about base management
Working with Tables
Create and manage tables
Record Operations
CRUD operations on records
Filters and Queries
Build complex queries