Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 1.5 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.5 KB

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