There are interface libraries in several languages at
http://api.eventful.com/libs but none for C#.
Maybe you can write the first, and use http://restsharp.org/ as the rest
client.
Or, use this to write something quick and dirty as Alex suggests:
http://www.microsoft.com/web/post/adding-the-eventful-api-to-your-website
On 11/25/2012 9:40 PM, Alex Matulich wrote:
I'm curious why that would be necessary. To use the API you just
access a URL as the query and get a response either in XML or JSON
formats. C# already has the facilities for accessing URLs and parsing
XML or JSON, doesn't it?
-Alex
On Sun, Nov 25, 2012 at 7:44 PM, Johnson Joseph<[email protected]> wrote:
Hello,
Is there a C# based interface library for the Eventful APIs? If so,
where can I get it?
Thanks,
Johnson Joseph