back to home

pfrest / pfSense-pkg-RESTAPI

The missing REST and GraphQL API package for pfSense

View on GitHub
793 stars
129 forks
24 issues

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing pfrest/pfSense-pkg-RESTAPI in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/pfrest/pfSense-pkg-RESTAPI)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

pfSense REST API Package The pfSense REST API package is an unofficial, open-source REST and GraphQL API for pfSense CE and pfSense Plus firewalls. It is designed to be light-weight, fast, and easy to use. This guide will help you get started with the REST API package and provide you with the information you need to configure and use the package effectively. Key Features • 200+ REST endpoints available for managing your firewall and associated services • A GraphQL API for flexible data retrieval and mutation • Easy to use querying and filtering • Configurable security settings • Supports HATEOAS driven development • Customizable authentication options • Built-in Swagger documentation Getting Started • Installation and Configuration • Authentication and Authorization • Swagger and OpenAPI • Queries, Filters, and Sorting Quickstart For new users, it is recommended to refer to the links in the Getting Started section to begin. Otherwise, the installation commands are included below for quick reference. Install on pfSense CE: Install on pfSense Plus: > [!WARNING] > Before installing the package, always ensure your pfSense version is supported! Supported versions are listed here. > Installation of the package on unsupported versions of pfSense may result in unexpected behavior and/or system instability. > [!TIP] > You may need to customize the installation command to reference the package built for your pfSense version. Check > the releases page to find the package built for > your version of pfSense. Disclaimers > [!CAUTION] > This package is not affiliated or supported by Netgate or the pfSense team. This package is developed and maintained > by the community.