Added by Peter Franken over 7 years ago
Hi,
we were struggling to get a working Powershell script to use the OpenProject API.
To help others to do this more easily, I created a working example, see the attached file.
Just adopt the server and the apikey to fit your system:
# Generate your API key in "your account" $API_KEY="changethistoyourownapikey" # OpenProject server $server = 'http://openproject.domain.tld'
The example program will:
Enjoy!
Peter