Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finbourne/drive-sdk-csharp-preview
https://github.com/finbourne/drive-sdk-csharp-preview
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/finbourne/drive-sdk-csharp-preview
- Owner: finbourne
- License: other
- Created: 2020-07-15T12:02:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T16:39:31.000Z (9 months ago)
- Last Synced: 2024-04-19T17:49:49.106Z (9 months ago)
- Language: C#
- Size: 2.22 MB
- Stars: 0
- Watchers: 9
- Forks: 3
- Open Issues: 2
-
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 [drive-sdk-csharp](https://github.com/finbourne/drive-sdk-csharp) repository on the `main` branch.
# LUSID® Drive C# SDK preview
The NuGet package for the LUSID Drive SDK preview can installed from https://www.nuget.org/packages/Lusid.Drive.Sdk.Preview using the following:
```
$ dotnet add package Lusid.Drive.Sdk.Preview
```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).
### For running the Drive.Sdk.Tests
* Create a `secrets.json` file (see the [wiki](https://github.com/finbourne/lusid-sdk-csharp-preview/wiki/API-credentials))
* In `secrets.json` file, set `driveUrl` (Eg: ```"driveUrl": "https://www.lusid.com/drive"```)