Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finbourne/lusid-sdk-js
JavaScript SDK for LUSID by FINBOURNE, a bi-temporal investment management data platform with portfolio accounting capabilities.
https://github.com/finbourne/lusid-sdk-js
bi-temporal data-platform finbourne fintech javascript lusid openapi
Last synced: 22 days ago
JSON representation
JavaScript SDK for LUSID by FINBOURNE, a bi-temporal investment management data platform with portfolio accounting capabilities.
- Host: GitHub
- URL: https://github.com/finbourne/lusid-sdk-js
- Owner: finbourne
- License: other
- Created: 2018-04-05T08:14:30.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-29T10:46:18.000Z (2 months ago)
- Last Synced: 2024-10-29T12:42:41.412Z (2 months ago)
- Topics: bi-temporal, data-platform, finbourne, fintech, javascript, lusid, openapi
- Language: TypeScript
- Homepage:
- Size: 384 MB
- Stars: 1
- Watchers: 13
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![LUSID_by_Finbourne](./resources/Finbourne_Logo_Teal.svg)
[![Build Status](https://travis-ci.org/finbourne/lusid-sdk-js.svg?branch=master)](https://travis-ci.org/finbourne/lusid-sdk-js)
# LUSID® JavaScript SDK
A generated version of the SDK is included in the `sdk` folder based on the OpenAPI specification named `lusid.json` in the root folder. The most up to date version of the OpenAPI specification can be downloaded from https://api.lusid.com/swagger/v0/swagger.json
The SDK can also be installed using `npm`:
```
$ npm install @finbourne/lusid
```# Generating the SDK
If you would prefer to generate the Javsscript SDK locally from the FINBOURNE OpenAPI specification, follow these steps:- download the latest swagger.json file from https://api.lusid.com/swagger/index.html
- save it in this directory as lusid.json
- run `$ docker-compose up && docker-compose rm -f`