Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finbourne/insights-sdk-java-preview
https://github.com/finbourne/insights-sdk-java-preview
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/finbourne/insights-sdk-java-preview
- Owner: finbourne
- License: mit
- Created: 2022-05-05T16:07:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T13:04:04.000Z (7 months ago)
- Last Synced: 2024-06-24T14:39:21.165Z (7 months ago)
- Language: Java
- Size: 211 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![LUSID_by_Finbourne](./resources/Finbourne_Logo_Teal.svg)
# Deprecated
Please note that this repository is deprecated and will be archived early 2024.
All functionality is now contained, in the [insights-sdk-java](https://github.com/finbourne/insights-sdk-java) repository on the `main` branch.
# LUSID® Insights Java SDK Preview
The Insights application is part of the [LUSID by FINBOURNE](https://www.finbourne.com/lusid-technology) platform. To use it you'll need a LUSID account. [Sign up for free at lusid.com](https://www.lusid.com/app/signup).
For more details on other applications in the LUSID platform, see [Understanding all the applications in the LUSID platform](https://support.lusid.com/knowledgebase/article/KA-01787/en-us).
[Java SDK Extensions](https://github.com/finbourne/insights-sdk-extensions-java) to accompany this SDK are available. These provides the user with additional extensions to make it easy to configure and use the API endpoints.
## Installation
Maven artifacts can be downloaded from the Open Source Software Repository Hosting (OSSRH) by adding the following to your pom.xml
```
...
osssrh
OSSRH
https://oss.sonatype.org/content/repositories/snapshots/
com.finbourne
insights-sdk-preview
{INSERT VERSION}
...
...```