Using C# to connect with Podio App

Answered

Comments

3 comments

  • Casper Fabricius

    Try adding another backslash to the end of your resource path, so it looks like:

    request.Resource = "/item/app/" + APP_ID +"//";

    RestSharp has some weirdnesses and bugs, and this is one of them. For this reason we are also looking for another .NET library that can consume REST/JSON based API's - ideas are welcome.

    0
    Comment actions Permalink
  • Alejandro Carrasquilla

    Adding the extra / worked. to get all items.  I am also having trouble trying to add and update items. Do you have any sample code in C# where you do that?,

    Thank you

    Alejandro

    0
    Comment actions Permalink
  • Casper Fabricius

    I'm afraid the best I can offer right now is this thread from the old API mailing list:

    https://groups.google.com/d/topic/podio-api/FRwKEQptcOY/discussion

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk