Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finbourne/lusid-sdk-csharp-preview
C# Preview SDK for LUSID by FINBOURNE, a bi-temporal investment management data platform with portfolio accounting capabilities.
https://github.com/finbourne/lusid-sdk-csharp-preview
Last synced: 22 days ago
JSON representation
C# Preview 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-csharp-preview
- Owner: finbourne
- License: other
- Created: 2019-05-30T17:44:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:58:16.000Z (2 months ago)
- Last Synced: 2024-10-29T12:48:12.091Z (2 months ago)
- Language: C#
- Homepage: https://www.lusid.com
- Size: 1.11 GB
- Stars: 2
- Watchers: 13
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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 [lusid-sdk-csharp](https://github.com/finbourne/lusid-sdk-csharp) repository on the `main` branch.
# LUSID® C# Preview SDK
This is the C# Preview SDK for [LUSID by FINBOURNE](https://www.finbourne.com/lusid-technology), a bi-temporal investment management data platform with portfolio accounting capabilities. To use it you'll need a LUSID account. [Sign up for free at lusid.com](https://www.lusid.com/app/signup)
## Installation
The NuGet package for the LUSID Preview SDK can installed from https://www.nuget.org/packages/Lusid.Sdk using the following:
```
$ dotnet add package Lusid.Sdk.Preview
```We publish two versions of the C# SDK:
* [lusid-sdk-csharp](https://github.com/finbourne/lusid-sdk-csharp-preview) - supports `Production` and `Early Access` API endpoints
* **lusid-sdk-csharp-preview (this one) - supports `Production`, `Early Access`, `Beta` and `Experimental` API endpoints.**For more details on API endpoint categories, see [What is the LUSID feature release lifecycle?](https://support.lusid.com/knowledgebase/article/KA-01786/en-us)
To find out which category an API endpoint falls into, see [LUSID API Documentation](https://www.lusid.com/api/swagger/index.html).## Documentation
For further documentation on building the SDK, running the tutorials and using the SDK please see the [wiki](https://github.com/finbourne/lusid-sdk-csharp-preview/wiki).
Documentation for namespaces, interfaces, classes, functions and other members of the
SDK is [available to view online](https://lusid-sdk-csharp-preview.readthedocs.io/en/latest/).## Build Status
| branch | status |
| --- | --- |
| `master` | ![Nuget](https://img.shields.io/nuget/v/Lusid.Sdk.Preview?color=blue) ![Build and test](https://github.com/finbourne/lusid-sdk-csharp-preview/workflows/Build%20and%20test/badge.svg) |
| `develop` | ![Build and test](https://github.com/finbourne/lusid-sdk-csharp-preview/workflows/Build%20and%20test/badge.svg?branch=develop) |