📄️ Sending Requests
Here you can see a collection of examples showing how to interact with all available auto generated endpoints in Arkos for you prisma models, here using the Post prisma model as an example.
📄️ Request Query Parameters
Comprehensive Query Parameter Transformation
🗃️ Authentication System
4 items
📄️ Adding Custom Routers
Arkos provides a powerful routing system with two main approaches:
📄️ Built-in Middlewares
Arkos comes with a set of built-in middlewares that handle common tasks like compression, security, and parsing. This document outlines each middleware, its purpose, and how to configure it.
📄️ Accessing The Express App
Arkos provides a streamlined API development experience while still giving you full access to the underlying Express.js application. This guide explains the various ways you can access and customize the Express app instance in your Arkos projects.