TheJumpCloud / jcapi

JumpCloud's Go (golang) REST API V1 SDK
https://jumpcloud.com
Mozilla Public License 2.0
13 stars 11 forks source link

Update example scripts to use new jcapiv2 format #42

Closed run-o closed 6 years ago

run-o commented 6 years ago

I've recently made changes to jcapiv2 which is now generated with swagger-codegen 2.3.0. That involves a few format changes for setting up the client API, API key, and methods parameters. This is just an update of the examples scripts that use jcapiv2 in order to use the new format.