[closed] Are there are examples of a working C# REST client for creating work items?
Hello,
I am busy trying to create a working REST client in Visual Studio (C#) that creates work items but I am having trouble with getting it to work. I can resolve the factory URL and create a work item to POST to the URL, but I can't get it to work. The error I am currently facing is:
Is there a working skeleton client or a tutorial somewhere that I can reference to see what I am doing wrong?
Thank you and best regards,
Andrew
|
Comments
Does the same REST request work when you're using Java?
@paniola
So, how exactly does your request look like? It seems to me, based on the error message, that there is something wrong with the request, rather than with the C# language.
@paniola