Skip to content

JoshAtDoorDash/DoorDashAPIWinFormsApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoorDash API Windows Forms Sample App

This sample application illustrates the three parts of the DoorDash JWT. It builds a token that is valid for 30 minutes. Please obtain a set of DoorDash Credentials (Developer ID, Key ID, and Signing Secret) in the DoorDash Developer Portal to use in the application.

This application targets .NET 7 and requires a Windows OS to run. The code source and build files provided in this repository are samples and not intended for production and are not supported.

Running Sample

Follow these steps to run the sample app:

  1. Install the .NET 7 runtime or SDK.
  2. Unzip the DoorDashAPIWinFormsApp.zip file in a local folder on a Windows machine.
  3. Double click DoorDashAPIWinFormsApp.exe from the uncompressed folder.
  4. Provide the DoorDash Credentials (Developer ID, Key ID, and Signing Secret) created in the DoorDash Developer Portal.
  5. Click the "Update JWT" button.

Build Sample App with the .NET CLI

Follow these steps to build the sample app with the .NET CLI:

  1. Install the .NET 7 SDK (includes the .NET CLI).
  2. Clone this repo to local folder or download and the files in the source folder into a local directory.
  3. Open a command window and change the directory to folder that folder that contains the source files
  4. Run the following command: dotnet build
  5. The application can be run from within the ../bin/Debug/net7.0-windows/ folder.

Build Sample App with Visual Studio

Follow these steps to build the sample app with Visual Studio:

  1. Install the .NET 7 SDK (includes the .NET CLI).
  2. Install Visual Studio 2022 (Community, Professional, or Enterprise).
  3. Clone this repo to local folder or download and the files in the source folder into a local directory.
  4. Open the DoorDashAPIWinFormsApp.csproj project in Visual Studio.

More About DoorDash Credentials

Related Utilities and Samples

Community

Please join the DoorDash Developer Discord community to provide feedback and ask questions about developing with the DoorDash API.

Releases

No releases published

Packages

No packages published

Languages