Layout Sample App
Last updated
Last updated
In order to get up and running with the Paragon API, we provide a sample .NET application that uses the Paragon API to create a simple Layout project. In order to follow along you will need the following:
A Paragon Team account with API access.
When you run the project for the first time you will notice the following line :
Your default web browser should open to the Paragon Services client and you will be presented with an option to authorize:
If your account is set up properly you should get a success message:
Now when you go back to your terminal you should see the following output indicating that a project has been created successfully.
Now you can open the project in your browser. It should resemble the following:
Congratulations! You have now created your first project using the Paragon API.
Now you can modify the code in ParagonApi/samples/LayoutConsoleApp
to explore features of the API.