OneSky.Services 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package OneSky.Services --version 2.0.0
NuGet\Install-Package OneSky.Services -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OneSky.Services" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OneSky.Services --version 2.0.0
#r "nuget: OneSky.Services, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OneSky.Services as a Cake Addin
#addin nuget:?package=OneSky.Services&version=2.0.0

// Install OneSky.Services as a Cake Tool
#tool nuget:?package=OneSky.Services&version=2.0.0

OneSky Analytical Services C# Software Development Kit

OneSky Systems Inc. (OneSky) hosts a set of web services for performing complex analyses.
The services are located here: https://saas.onesky.xyz/V1. This project provides a C# SDK for interacting with the services.
Note that the software hosted in this repository provides no functionality in and of itself. It simply provides a development kit that makes using OneSky's Analytical Services easier. To use the Analytical Services (with or without this development kit), you will need an API key. That key can be obtained by visiting the services site above, and following the instructions there.

How to use this SDK

To use this SDK with OneSky's Analytical Services, follow these steps.

  1. First contact OneSky (https://onesky.xyz/contact), to obtain an API key.

Once you have the API key, continue on to the next step.

  1. Next, create a file called OneSky.Services.config, and place this text in it:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
    <add key="ApiKey" value="OneSky provided API Key" />
    <add key="BaseUrl" value="https://saas.onesky.xyz" />
</appSettings>
</configuration>
  1. Replace the text "OneSky provided API Key" with the actual key OneSky provided to you.
  2. Place this config file in the root folder of your project that uses this SDK.
    • If you try to use this SDK without an API key, you will receive exceptions.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
22.1.0 572 6/24/2022
21.3.0 6,688 11/23/2021
21.2.0 281 10/5/2021
21.1.0 432 4/7/2021
2.0.4 470 9/18/2020
2.0.3 433 6/23/2020
2.0.2 396 6/16/2020
2.0.0 569 3/5/2020