paulbreuler / DataverseClient

Sample client app to connect to PowerPlatform Dataverse environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerPlatform Dataverse simple client app

Small app to connect to Dataverse environment instance and call WhoAmI, using PowerPlatform.Dataverse.ServiceClient library, available as nuget package.

Showcases how to initialize connection and handle errors.

Console app expects 3 parameters in order (sorry, no fancy cmdline args processing here):

  1. environment URL, e.g. https://myenv.crm.dynamics.com
  2. user name or appID, e.g. me@myenv.onmicrosoft.com or 5C813AC0-7DC2-487E-A67F-8EBD5C3CADBB
  3. secret (user's password or appID's client secret)

Setting Up Local Dev Environment

Windows, macOS or Linux:

About

Sample client app to connect to PowerPlatform Dataverse environment

License:MIT License


Languages

Language:C# 100.0%