For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
SupportContact salesStart free trial
  • Getting started
    • Overview
    • Authentication
    • Querying tutorial
    • OData Integrations
    • Work Breakdown Structure
    • Software Development Kits
    • API Patch Notes
    • FAQ
    • Terms of use
  • API Reference
LogoLogo
SupportContact salesStart free trial
On this page
  • Why use a SDK?
  • SDK license terms
  • Available SDKs
Getting started

Software Development Kits

Was this page helpful?
Previous

API Patch Notes

Next
Built with

Don’t want to write all the REST API code yourself? Why not use an MIT-licensed open source ProjectManager.com software development kit in your favorite language?

Why use a SDK?

The ProjectManager.com REST API is very easy to use. Most programming languages provide tools to easily call REST APIs with little extra work. But if you use a ProjectManager software development kit, you get more:

  • Save yourself time and effort by using pre-written integrations
  • Get notifications whenever a new release of the API is available
  • Easily find the API you want using autocomplete in your favorite IDE
  • See all the documentation from this website by hovering over an API call or data model

So if you’d like to try out a ProjectManager SDK, read on.

SDK license terms

All ProjectManager example code and software development kits are published under the MIT license. This license is intended to be as friendly for business use as possible. It permits full and unrestricted use, distribution, and copying for any purpose.

For more information on source code licensing, we encourage you to read the LICENSE file in each repository.

Available SDKs

ProjectManager publishes software development kits for API in a variety of programming languages.

LanguageSource CodePackage
DotNet/C#projectmanager-sdk-csharpNuGet - Version
Python/Jupyterprojectmanager-sdk-pythonPyPI - Version
TypeScript/JavaScriptprojectmanager-sdk-typescriptNPM - Version
Javaprojectmanager-sdk-javaMaven Central

To find example code demonstrating the use of these software development kits, please see our MIT-licensed open source code repository:

  • https://github.com/projectmgr/projectmanager-sdk-examples

Do you want to write code in a language other than the ones shown here? Talk to us on the discussion boards and we’ll try our best to make available resources in your favorite programming language.