This project exists to streamline Pax8 interactions and provide a way to automate tasks within the platform.
The Pax8 REST API requires a Developer Application
to authenticate and make requests. This provides a client_id
and client_secret
which is used in this module to connect to the API.
For more information, please refer to the Pax8 documentation.
Install-Module -Name 'Pax8-API'
Run the initial connect command:
Connect-Pax8 -credential <client_id>
For a complete list of commands, please refer to the documentation.
If you have a suggestion that would make this better, please fork the repo and create a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/CoolFeature
) - Commit your Changes (
git commit -m 'Add some CoolFeature'
) - Push to the Branch (
git push origin feature/CoolFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
- Animals as Leaders - Many hours were spent listening to these guys while working on this project. 🎶
- christaylorcodes - I drew a ton of inspiration from his ConnectWise module. Good stuff. 🤘
- ... and of course, Dwight Kurt Schrute III 🐻