This directory contains executable examples of how to use https://api.aweber.com/ from within .NET application using C#. The examples are built with .NET Core and will require version 2.2.0 or greater to be installed. You can download .NET Core here.
If you haven't read CONTRIBUTING, please take a moment to read it now. It describes the basic configuration and process and this document picks up where it leaves off.
These examples use NuGet for dependency management. NuGet is available by default when using Visual Studio (recommended).
The requirements are in each examples .csproj file. Installation will happen automatically (default) when you build in Visual Studio. If automatic NuGet package restore is not enabled, please Run package restore for the entire solution.
You will need to create a credentials.json file using your existing client ID and secret from the My Apps page and running the GetAccessToken example console application.
The rest of the examples will use this file for authentication.
If your access token is expired, it will be refreshed automatically when you run the next example.