Tag: restful-api
- Published Jan 17, 2024 ⦁ 16 min read
Supabase REST API Quickstart
Build robust apps with Supabase's REST API. Learn how to create, read, update, and delete data using the CRUD operations, authenticate with API keys, and leverage advanced features. - Published Dec 23, 2023 ⦁ 15 min read
Next.js API Router Essentials
Learn the essentials of Next.js API routing, advantages of serverless API routing, dynamic routes, security measures, and real-world examples of Next.js API routes.