tapio-samples

tapio-samples

This repository contains code samples and reference implementations demonstrating how to integrate with various tapio APIs and services. The samples cover different aspects of tapio development including authentication methods, API usage patterns, and integration best practices.


🚀 Available Samples

This repository contains sample projects showing different ways to work with tapio APIs and services.

Authentication Samples

Learn how to authenticate with tapio APIs using different methods:

AuthorizationKeys are generated from tapio add-ons (ERP, Measurement Systems, ToolManager Office) and can be used to access APIs without registering separate Azure AD applications.

Authentication Sample Features

Getting Started with Authentication

  1. Obtain your Subscription Id, Application Id, and Authorization Key from my.tapio.one
  2. Review the sample code in AuthenticationSamples.cs
  3. Follow the detailed setup instructions in the documentation

For detailed authentication setup instructions, see the Authentication Documentation.

Future Samples

This repository is designed to be extended with additional samples covering:


📖 Further Reading