Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 799 Bytes

updating-sdk.md

File metadata and controls

23 lines (16 loc) · 799 Bytes

Updating the SDK

Note

The tooling for this project uses Castor, a full-featured PHP task runner. In order to install Castor, see the installation instructions.

Edit the API specification

First, edit the Forecast OpenAPI specification. If you are uncomfortable with OpenAPI, please read the OpenAPI specification.

Regenerate the SDk

When the OpenAPI specification has been updated, please regenerate the SDK code:

castor generate

Please do not change manually code in the generated folder, as this would be overwritten during the next SDK generation.