Endpoints Overview
Learn how to create and configure API endpoints in Flapi.
Basic Configuration
Configure your endpoints in the @flapi.yaml
file...
Authentication
Secure your API endpoints with various authentication methods.
Basic Authentication
Basic authentication is the simplest form of authentication where credentials are sent in the HTTP header.