/connectwise-php-generator

Generates a php library for the ConnectWise REST API's from their swagger specs

Primary LanguageHTML

SPINEN's ConnectWise API Clients Generator

Generate php clients from ConnectWise's swagger documents for their REST API.

Each api is built into it's own client.

Clients

Build

You will probably not need to build the client, you can just use the generated. However, here are the steps to remind me how to do it...

  1. mkdir -p swagger/specs
  2. Download the specs into above folder
  3. Download Swagger Code Generator in the swagger folder
  4. Compile the jar with docker mvn image
  5. Run the generator ./generate.sh