With the BitBar REST API, you can get, create, update, and delete your projects.
Note
The name
parameter is optional. The name is generated automatically when the parameter value is empty.
curl -X POST -u <api-key>: https://cloud.bitbar.com/api/me/projects -d 'name=NAME'
curl -u <api-key>: https://cloud.bitbar.com/api/me/projects/ID
curl -u <api-key>: https://cloud.bitbar.com/api/me/projects
curl -X DELETE -u <api-key>: https://cloud.bitbar.com/api/me/projects/ID
Note
All parameters are optional.
curl -X POST -u <api-key>: https://cloud.bitbar.com/api/me/projects/ID -d "name=NAME&description=DESCRIPTION&archivingStrategy=ARCHIVING_STRATEGY&archivingItemCount=ARCHIVING_ITEM_COUNT"