Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finbourne/luminesce-sdk-csharp-preview
Luminesce OpenAPI generated C# client SDK - Luminesce is a data virtualisation service (query data from and input to multiple sources, including LUSID).
https://github.com/finbourne/luminesce-sdk-csharp-preview
Last synced: 22 days ago
JSON representation
Luminesce OpenAPI generated C# client SDK - Luminesce is a data virtualisation service (query data from and input to multiple sources, including LUSID).
- Host: GitHub
- URL: https://github.com/finbourne/luminesce-sdk-csharp-preview
- Owner: finbourne
- License: other
- Created: 2022-02-09T10:18:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T15:36:23.000Z (8 months ago)
- Last Synced: 2024-05-22T18:59:53.925Z (8 months ago)
- Language: C#
- Size: 14.7 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 3
-
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)
# Deprecated
Please note that this repository is deprecated and will be archived early 2024.
All functionality is now contained, in the [luminesce-sdk-csharp](https://github.com/finbourne/luminesce-sdk-csharp) repository on the `main` branch.
# LUSID® Luminesce SDK C# (Preview)
This is the C# SDK (Preview) for the Luminesce application, 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).
Luminesce is a SQL-based data virtualisation service (read/write data to multiple sources, including LUSID).
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).
[C# SDK Extensions](https://github.com/finbourne/luminesce-sdk-extensions-csharp) 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
The NuGet package for the FINBOURNE Luminesce SDK (Preview) can installed from https://www.nuget.org/packages/Finbourne.Luminesce.Sdk.Preview using the following:
```
$ dotnet add package Finbourne.Luminesce.Sdk.Preview
```This C# SDK (Preview) supports `Production`, `Early Access`, `Beta` and `Experimental` API endpoints. For more details on API endpoint categories, see [Documentation - Release Lifecycle](https://www.lusid.com/app/resources/documentation/lifecycle). To find out which category an API endpoint falls into, see [FINBOURNE Luminesce API Documentation](https://www.lusid.com/honeycomb/swagger/index.html).
## Build Status
| branch | status |
| --- | --- |
| `master` | ![Nuget](https://img.shields.io/nuget/v/Finbourne.Luminesce.Sdk.Preview?color=blue) [![Build](https://github.com/finbourne/luminesce-sdk-csharp-preview/actions/workflows/build.yaml/badge.svg?branch=master)](https://github.com/finbourne/luminesce-sdk-csharp-preview/actions/workflows/build.yaml) |