
Integrate StellarDS in your TypeScript projects with our latest SDK
We're launching the new TypeScript SDK for StellarDS, built to streamline development and improve API interactions. It provides strong typing, a well-structured design, and intuitive features to make integration more efficient. Whether you're working on a small project or a large-scale enterprise application, this SDK gives you the tools to leverage StellarDS effectively with minimal friction.
StellarDS is our fast and seamless backend-as-a-service (BaaS) solution, enabling your application to interact with cloud-based data effortlessly. With our powerful REST API, you can retrieve and manipulate data quickly while offloading backend complexities like data storage, security, and scalability. Theres no need to worry about hosting servers or implementing additional security measuresStellarDS takes care of it all!
Key Features
The new StellarDS TypeScript SDK introduces a range of features to simplify API integration:
✅ Type Safety Get real-time type validation for API responses and requests.
✅ Simplified API Calls Perform common operations like data retrieval, updates, and workflow management with minimal boilerplate code.
✅ Comprehensive Documentation Each function is well-documented for easy implementation.
✅ Better Developer Experience TypeScript helps catch errors at compile time, ensuring robust and maintainable code.
Making API Calls
With the SDK authenticated, you can now start making API requests to interact with StellarDS data.
GET request
To fetch a list of tables from our database, use the following code:
import { TableService } from 'stellards_typescript_sdk'; const tableService = new TableService(config.authToken, config.projectId); let response = await tableService.getTables(projectId);
POST request
To add a record to a table is as simple as using the following code:
await tableService.addRecords(projectId, tableId, [newRecord]);
Get Started Today
The StellarDS Typescript SDK is available now, complete with sample code and detailed documentation to help you hit the ground running. Explore our to-do list demo, dive into the SDKs capabilities, and start building powerful applications with StellarDS today.
Download the SDK or Check out the Documentation to get started now!
Follow us now!
Show us support and follow us on our social media to always be up to date about stellards.io