SymphonyAi.Summit.Api 1.1.15

dotnet add package SymphonyAi.Summit.Api --version 1.1.15
NuGet\Install-Package SymphonyAi.Summit.Api -Version 1.1.15
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="SymphonyAi.Summit.Api" Version="1.1.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SymphonyAi.Summit.Api --version 1.1.15
#r "nuget: SymphonyAi.Summit.Api, 1.1.15"
#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 SymphonyAi.Summit.Api as a Cake Addin
#addin nuget:?package=SymphonyAi.Summit.Api&version=1.1.15

// Install SymphonyAi.Summit.Api as a Cake Tool
#tool nuget:?package=SymphonyAi.Summit.Api&version=1.1.15

SymphonyAi.Summit.Api

Nuget Nuget License: MIT Codacy Badge

This project implements access to the Symphony AI Summit API.

See the contribution guide for more information regarding contributing to this project

To use the Symphony AI Summit API nuget package:

Visual Studio

1. Open your project in Visual Studio
1. Right-click on the project and click "Manage Nuget packages"
1. Find the package "SymphonyAi.Summit.Api" - install the latest version

Example code (C# 11)

using SymphonyAi.Summit.Api;
using System;
using System.Threading.Tasks;

namespace My.Project
{
	public static class Program
	{
		public static async Task Main()
		{
			using var summitClient = new SummitClient(new SummitClientOptions
			{
				ApiKey = "0123456789abcdef0123456789abcdef01234567"
			});

			var incidents = await merakiClient
				.Incidents
				.GetMyIncidentsAsync(new GetMyIncidentsRequest
					{
						...
					}
				)
				.ConfigureAwait(false);
		}
	}
}

API Documentation

The Symphony AI Summit API documentation can be found here:

- [Symphony AI Summit API Documentation v1](https://docs.symphonysummitai.com/display/DS/SummitAI+API+Docs)
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
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
1.1.15 195 11/27/2023
1.1.14 99 11/27/2023
1.1.10 132 11/6/2023
1.1.8 144 9/29/2023
1.1.7 108 9/29/2023
1.1.6 123 9/27/2023
1.1.1 195 8/15/2023
1.0.73 166 6/23/2023
1.0.72 165 6/19/2023
1.0.71 159 6/12/2023
1.0.69 162 5/16/2023
1.0.67 164 5/2/2023
1.0.62 166 4/28/2023
1.0.61 159 4/28/2023
1.0.56 240 3/28/2023
1.0.51 210 3/23/2023
1.0.50 187 3/22/2023
1.0.48 200 3/21/2023
1.0.35 240 2/19/2023
1.0.34 212 2/19/2023
1.0.33 242 2/19/2023
1.0.31 254 2/16/2023
1.0.30 256 2/16/2023
1.0.26 239 2/14/2023
1.0.21 240 2/14/2023
1.0.16 230 2/13/2023
1.0.15 262 2/13/2023
1.0.9 267 2/11/2023

Check for a message indicating a problem in the return from the dynamic web service endpoint