pfsense-api
pfsense-api copied to clipboard
Is there any recommended api client?
Is there a recommended API client you would suggest? I work more with Node.js, but could not find any client for Node.js. Is there any page with the client libraries connecting to the API?
Thank you for the wonderful package!
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 unsure if those are publicly available or maybe just specific to their use cases. My original hope was to one day release an official Python API client but the package alone has kept me very busy so I'm not sure how realistic that would be. At least in the near future.
I'd love to keep this conversation open with the community however. If anyone has created a client library (for any language) feel free to comment a link. I'd be more than happy to add a section in the documentation accrediting others' client libraries and possibly even contributing towards those projects myself. This may also be a good first project for anyone wanting to get started with open-source.
Thanks!
I'm starting to write one here https://github.com/yaleman/pfsense-api-client
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.