This repository contains example code demonstrating the use of the ProjectManager SDK and the REST API v4.
| Language | Program | Notes } |
|---|---|---|
| C# | PMTask | A command line application that demonstrates basic functionality like creating tasks. Run with dotnet run |
| Python | Python Task List | A basic program in Python that demonstrates connecting and retrieving tasks. Run with python .\python_task_list.py |
| Jupyter | Jupyter Task DataFrame | A simple Jupyter notebook that retrieves tasks and displays them in a dataframe. Open in Visual Studio Code |
| TypeScript | TypeScript Task List | A basic program in TypeScript that demonstrates connecting and retrieving tasks. Run with npm start |
| Java | Java Task List | A simple Java console application that demonstrates connecting and retrieving tasks. Run with mvn exec:java -D"exec.mainClass=com.example.ExampleApp" |