C# Web-Based Application (Legacy) |
The goal of this example is to help you successfully use a web application to authenticate and make a call to the BarTender Cloud REST API. This example describes the changes that are required to convert the generic C# web application into one that can you can use to interact directly with BarTender Cloud, and it provides code snippets that demonstrate how to connect to endpoints for the Librarian API.
|
To begin the example, you must first register your web application and have access to your application ID and secret. For more information about how to register your web application, refer to Authentication. For the purposes of this example, specify the following registration parameters:
|
Example Requirements
Important Terms and Definitions
Background Reading
In This Section
-
Describes the updates that you must make to the sample LibrarianWebApp application to sign in and out of BarTender Cloud.
-
Enable User Interface Requirements
Describes how to add a controller and its associated UI, which provides the actual functionality for signing in and out.
-
Describes how to update the project code so that you can place a REST call to the BarTender Cloud Librarian API.