Welcome Developers!

in

Welcome!

in

.NET Client Libraries for REST?

Last post 09-22-2009 8:12 AM by John. 59 replies.
Page 1 of 4 (60 items) 1 2 3 4 Next >
Sort Posts: Previous Next
  • 02-06-2008 3:09 AM

    • alex
    • Top 500 Contributor
    • Joined on 02-06-2008
    • Posts 15

    .NET Client Libraries for REST?

    Hi, i was wondering if there is a .NET client libary available for the rest api's?

  • 02-06-2008 11:39 AM In reply to

    Re: .NET Client Libraries for REST?

    Let's write one!

    Filed under:
  • 02-06-2008 11:46 AM In reply to

    Re: .NET Client Libraries for REST?

    There will be one. It's in progress. -V
  • 02-06-2008 11:47 AM In reply to

    Re: .NET Client Libraries for REST?

    Nice.  Have you seen this? http://www.codeplex.com/OpenSocial 

  • 02-06-2008 12:02 PM In reply to

    Re: .NET Client Libraries for REST?

    Thank You for noting that!

     I will check it out.

     -V

  • 02-06-2008 12:23 PM In reply to

    • @nkur
    • Top 500 Contributor
    • Joined on 12-20-2007
    • Posts 19

    Re: .NET Client Libraries for REST?

    Here's a simple tutorial on how to make rest calls from .NET

    http://developer.yahoo.com/dotnet/howto-rest_cs.html

    We'll be posting documentation on this soon...

  • 02-07-2008 6:16 AM In reply to

    Re: .NET Client Libraries for REST?

    Have you guys seen Google's .NET library? http://code.google.com/p/google-gdata/  It is really tight.  In fact, the project I mentioned earlier swiped some of its ATOM code from that library.  It would make sense to extend the work they've already done for this project.  I really like the way that code handles namespace extensions and new providers, very well factored.  As such, once the MySpace Rest APIs are little better documented, shouldn't be too hard...

  • 02-07-2008 8:24 PM In reply to

    • alex
    • Top 500 Contributor
    • Joined on 02-06-2008
    • Posts 15

    Re: .NET Client Libraries for REST?

    ya, gdata doesn't support the myspace rest api right now ... but viphak said it was in development so I guess myspace will probably come out with their own .NET client libraries

  • 02-08-2008 3:05 PM In reply to

    Re: .NET Client Libraries for REST?

    I have a project that will be starting on www.codeplex.com shortly. I've just finished completing the intial authentication process with the REST API , and now I'll be writing up the class library over the next couple of days.

    I don't think it will take much longer than a week to get the initial version with most of the calls in place. As soon as I have something usable I'll post the link up so everyone can access it.

    Thanks,

    Joseph

  • 02-09-2008 12:59 AM In reply to

    • alex
    • Top 500 Contributor
    • Joined on 02-06-2008
    • Posts 15

    Re: .NET Client Libraries for REST?

    viphak, do you have any idea how long it might take for myspace to release a .NET client library?  a few weeks? a few months?  ...  because I'm thinking of writing my own but I don't want to reinvent the wheel if it's around the corner

  • 02-11-2008 1:16 AM In reply to

    Re: .NET Client Libraries for REST?

    I don't know the timeframe for it, but I would suggest that you continue writing your own.
    Maybe your approach is different.
    Also take a look at this.
    http://www.codeplex.com/OpenSocial

    -V
  • 02-15-2008 1:28 AM In reply to

    Re: .NET Client Libraries for REST?

    Hi Everyone,

         I've posted up the class library that I have written against the Myspace REST API's. You access and read more information about it on http://www.codeplex.com/myspacetoolkit.

    Download it, check it out and discuss it and let me know what you think. Additionally, feel free to send me a message if you would like to join on as a developer for the project.

    I see this project continue to evolve along with the MDP. Currently, I haven't implemented any parsing routines for the responses, but I will be doing this shortly. I just wanted to get this out there as quickly as possible to allow for other .NET developers to access the functionality.

    Please remember that this is pretty beta and I am sure that there will be exceptions that occur.

    To read more information go to: http://www.joedeveloper.net/blog/post/MyspaceToolkit.aspx

    Thanks!
    Joseph Farrar

  • 02-19-2008 12:52 PM In reply to

    Re: .NET Client Libraries for REST?

    bump...

    Any feedback everyone?

    Thanks!
    Joseph Farrar

  • 02-23-2008 10:51 AM In reply to

    • alex
    • Top 500 Contributor
    • Joined on 02-06-2008
    • Posts 15

    Re: .NET Client Libraries for REST?

    looks good, i'm already using it in an application and seems to be pretty stable .. thanks

  • 02-24-2008 1:44 PM In reply to

    • Dustin
    • Not Ranked
    • Joined on 02-05-2008
    • Posts 9

    Re: .NET Client Libraries for REST?

    I can't get the any of the examples you give to work. Do you have any more detailed instructions on getting it up and running?

Page 1 of 4 (60 items) 1 2 3 4 Next >