-
/docs - Content of the documentation page https://mycalibration.github.io/
-
/samples
- /api
- /csharp-dotnet/simple - Simple C# example to show how to get data from the API and parse it.
- /csharp-dotnet/swagger-codegen - Auto-Generated code based of the OpenAPI file. Generated on /editor.swagger.io
- /python/simple - Simple Pyton example to show how to get data from the API and parse it.
- /python/swagger-codegen - Auto-Generated code based of the OpenAPI file. Generated on editor.swagger.io
- /labview/simple - LabView example to show the API access via permanent access token and how to extract data out of the response.
- /data-model/KellerSensorData.cs - C# class with the data schema structure implemented.
- /json-to-csv
- /json-to-csv-converter - Converter source to demonstrate the conversion from the JSON data to the old obsolete text/CSV file data.
- /ConverterUsageSample/Program.cs - Example usage of the converter.
- /OnlineConverterBlazorApp - Another example usage of the converter by creating a Blazor Web Assembly App that converts the JSON to the old text files.
- /api
-
/schema/keller-sensor-data.schema.json - The myCalibration JSON schema
-
Online 'JSON to old text files'-converter : https://mycalibration.github.io/converter