ndejong / pfsense_fauxapi

REST based API interface for pfSense 2.3.x and 2.4.x to facilitate devops
Apache License 2.0
354 stars 61 forks source link

NodeJS/TypeScript Client Library #43

Closed ancientwinds closed 5 years ago

ancientwinds commented 5 years ago

Hi, We wrote a client sdk in nodejs/typescript for the FauxAPI. You can find it here. Would it be a good thing to include the library in your project? If so, is a pull request the best approach for that?

ndejong commented 5 years ago

This is awesome.

I've been putting off the task of splitting out the various client implementations for long enough and this one is yet another one - if you can stall for a few weeks I'll get you to make a pull request for a new client repo to handle this.

Thanks

ndejong commented 5 years ago

I've added references to your library to the main documentation - thanks for the awesome contribution!