OpenAPI web services samples
This section contains OpenAPI web service samples.
- Using C# to connect to the Tridion Docs OpenAPI
This topic explains how to create a Tridion Docs OpenAPI client. This example scenario assumes that you are using Visual Studio to generate a client in C#. To generate a client for another language, find and use a client generator tool for OpenAPI for that language. - C# code sample for connecting to Tridion Docs OpenAPI with OpenID Connect and client credentials flow
This topic contains example C# code that uses the OpenID Connect client credentials flow to connect to Tridion Docs OpenAPI. This code sample is provided "as is," without any guarantees, and is only intended as a basic sample to get you started. For example, it does not perform any error handling.