Jared Hendrickson

Results 54 comments of Jared Hendrickson

## Build e33d64c09f33706fe2ac0f2b6e950f166ca24594 ### Build Installation ``` pkg add https://github.com/jaredhendrickson13/pfsense-api/files/9718681/pfSense-pkg-API-0.0_0dev_e33d64c09f33706fe2ac0f2b6e950f166ca24594.zip && /etc/rc.restart_webgui ``` [pfSense-pkg-API-0.0_0dev_e33d64c09f33706fe2ac0f2b6e950f166ca24594.zip](https://github.com/jaredhendrickson13/pfsense-api/files/9718681/pfSense-pkg-API-0.0_0dev_e33d64c09f33706fe2ac0f2b6e950f166ca24594.zip)

## Build v1.5.0-rc0 ### Build Installation ``` pkg add https://github.com/jaredhendrickson13/pfsense-api/files/9742237/pfSense-pkg-API-1.5_0_rc0.zip && /etc/rc.restart_webgui ``` [pfSense-pkg-API-1.5_0_rc0.zip](https://github.com/jaredhendrickson13/pfsense-api/files/9742237/pfSense-pkg-API-1.5_0_rc0.zip)

Hey! Thanks for the feature request. I'll keep this open for either myself or another contributor to pick up. Since this is a bigger feature set, I would expect this...

Hey! The /api/v1/system/config endpoint is really not intended to restore a full configuration backup, or be converted to XML to restore a backup. It is intended to have a way...

Small update to this since I've received a few duplicates of this issue. This occurs because pfSense only parses the XML configuration as strings and arrays of strings. This prevents...

Hey! This would be expected behavior for now and is the same situation as #235. To be brief, supporting interface groups in firewall rules could not be covered by tests...

This looks like a duplicate of #169. The situation is still the same today, it would be a feature that would be implemented/prioritized at the same time the OpenVPN server...

Hey! Thanks for the insight. This is an unfortunate side effect of pfSense using an XML based configuration. The XML parser pfSense uses will only parse values as string or...

Hey! This is a great question. I'm actually not aware of any client libraries for this package as of yet. I'm sure others have created such a thing, but I'm...

Update on this. v1.4.0 will make the switch to Swagger/OpenAPI for documentation and structure. This will also include the ability for auto-generated API clients in your desired language.