3
I’m trying to integrate my desktop application with an online tool (Scrumwise), but they use Curl, I’m not able to consume the Rest.
curl https://api.scrumwise.com/service/api/v1/getData -k
-u [email protected]:69C0A6A9E957B6398BD8C62F3B67C95005CA...
-d "projectIDs=729-11230-1,729-31745-129"
-d "includeProperties=Project.backlogItems,BacklogItem.tasks"
I’m having a hard time with this second line here
-u [email protected]:69C0A6A9E957B6398BD8C62F3B67C95005CA
how to transcribe this Curl in c#?