0.7.124 • Published 8 years ago

@finbourne/lusid-sdk-angular6 v0.7.124

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
8 years ago

LUSID® angular (6+) SDK

This repository enables the generation of an angular (6+) SDK from the FINBOURNE OpenAPI specification using the swagger-codegen tool.

The code required to generate the SDK is in the projects/lusid-sdk-angular6 folder, and the most up to date version of the OpenAPI specification can be downloaded from https://api.finbourne.com/swagger/v0/swagger.json

Generating the SDK

PowerShell

  • auto-generate typescript code from the latest LUSID OpenAPI specification. From the project root folder:

    .\projects\lusid-sdk-angular6\UpdateGeneratedCode.ps1

  • update the version number of the SDK. From the projects\lusid-sdk-angular6 folder:

    update the version in the package.json file (you should not need to do this as the published version should be part of the LUSID CI process)

  • create a new version of the SDK. From the project root folder:

    ng build lusid-sdk-angular6

    This will create the new SDK in dist\lusid-sdk-angular6

  • update the published npm package. From the dist\lusid-sdk-angular6 folder

    `cat package.json` (to check the version number that will be used)
    
    `npm publish` (*_you should not need to do this as the published version should be part of the LUSID CI process_*)

    )

0.7.124

8 years ago

0.7.121

8 years ago

0.7.117

8 years ago

0.7.100

8 years ago

0.7.87

8 years ago

0.7.86

8 years ago

0.7.78

8 years ago

0.7.62

8 years ago

0.7.48

8 years ago

0.7.36

8 years ago

0.7.26

8 years ago

0.7.19

8 years ago

0.7.13

8 years ago

0.7.8

8 years ago

0.7.7

8 years ago

0.7.6

8 years ago

0.7.3

8 years ago

0.7.2

8 years ago

0.6.288

8 years ago

0.6.282

8 years ago

0.6.270

8 years ago

0.6.268

8 years ago

0.6.250

8 years ago

0.6.248

8 years ago

0.6.236

8 years ago

0.6.237

8 years ago

0.0.1

8 years ago