Skip to content

kvalinc/KvalCAM-API-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KvalCAMAPIExamples

This repository hosts examples in various languages utilizing the KvalCAM API. Some of the examples start from a swagger code generator and others are written from scratch utilizing basic HTTP and JSON libraries.

All examples are provided "as is" without any guarantees, and any generated code or libraries used within them is not maintained or supported by Kval. The core REST web API composed of HTTP requests and JSON is stable and supported, and as such these examples should continue to work without modification with all new versions of KvalCAM provided their supporting libraries/generated code continues to function.

Getting Started

For getting started with the KvalCAM API go here

Once setup you can view up to date and interactive documentation by connecting to your KvalCAM host in a browser at http://{host_ip}:{port}/rest/api/docs

.NET/CSharp Example

The CSharp example shows some simple HTTP JSON requests to the API utilizing the HttpClient from .NET standard library System.NET.Http and JSON manipulation from the Newtonsoft.Json package.

Python Example

The python code shows some simple HTTP JSON requests to the API utilizing the python standard libraries.

Links

Kval Website

Kval Technical Docs

About

Examples utilizing the KvalCAM API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •