JSON REST API

JSON REST API Complete Guide

Welcome to the comprehensive guide for JSON REST API. This guide will walk you through everything from initial setup to advanced features.

Table of Contents

Core Chapters

  1. Initial Setup
    Get started with JSON REST API, create your first API instance, and understand the basic concepts.

  2. Data and Relations
    Learn how to define resources, set up relationships, and work with your data model.

  3. Field Transformations
    Transform data with virtual fields, getters, setters, computed fields, and visibility control.

  4. Authentication and Permissions
    Implement security with authentication strategies and fine-grained permissions.

  5. Non-Database Resources
    Connect your API to alternative data sources beyond traditional databases.

  6. Positioning
    Implement drag-and-drop functionality with automatic position management.

  7. Hooks, Data Management, and Plugins
    Master the hook system for data validation, transformation, and business logic.

Additional Topics

Prerequisites

Before starting this guide, you should have:


Ready to get started? Head to Chapter 1: Initial Setup