Skip to content

Commit

Permalink
Merge pull request #3 from fern-projectmanager/syeo/add-sdk-examples
Browse files Browse the repository at this point in the history
Add sdk examples from ProjectManager's updated repo readme
  • Loading branch information
SK-Sam authored Jan 31, 2024
2 parents 6d12901 + 353e9e7 commit 6c7aadf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fern/docs/pages/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ Your team can get started with the ProjectManager API right away - here's how.

3. Download the appropriate software development kit for your favorite programming language, or take a look at our example programs:

## ProjectManager SDK Examples

This repository contains example code demonstrating the use of the ProjectManager SDK and the REST API v4.

| Language | Program | Notes |
| --------------- | ----------------------------------------------------------------------------------------|---------------------------------------|
| C# | [PMTask](https://github.com/projectmgr/projectmanager-sdk-examples/blob/main/csharp/PmTask) | A command line application that demonstrates basic functionality like creating tasks. `Run with dotnet run` |
| Python | [Python Task List](https://github.com/projectmgr/projectmanager-sdk-examples/blob/main/python/python_task_list.py) | A basic program in Python that demonstrates connecting and retrieving tasks. `Run with python .\python_task_list.py` |
| Jupyter | [Jupyter Task DataFrame](https://github.com/projectmgr/projectmanager-sdk-examples/blob/main/jupyter/TaskDataFrame.ipynb) | A simple Jupyter notebook that retrieves tasks and displays them in a dataframe. Open in Visual Studio Code |
| TypeScript | [TypeScript Task List](https://github.com/projectmgr/projectmanager-sdk-examples/blob/main/typescript/src/index.ts) | A basic program in TypeScript that demonstrates connecting and retrieving tasks. `Run with npm start` |
| Supabase | [Java Task List](https://github.com/projectmgr/projectmanager-sdk-examples/blob/main/java/src/main/java/com/example/ExampleApp.java) | A simple Java console application that demonstrates connecting and retrieving tasks. `Run with mvn exec:java -D"exec.mainClass=com.example.ExampleApp"` |

## SDKs

<Cards>
Expand Down

0 comments on commit 6c7aadf

Please sign in to comment.