Jambase4Net Released!
I've recently been working an libraries for various languages to access and make use of the Jambase API. Why? Well, for one thing, I love live music. For another, I believe that being able to create a mashup or something similar that incorporates live music is pretty useful. Jambase is a pretty unique service and the amount a data that it provides is staggering.
To date, I've released Jambase4R, a framework-agnostic Ruby library and Jambase4J, a Java library. Both confirm to similar interfaces and make accessing the Jambase API simple.
Today, I released Jambase4Net, which allows .NET developers to access the API. It's quite simple to use, as this Gist shows:
Hopefully that pretty straightforward. Have a look at the source for more details and feel free to fork it.


Posted at 06:58PM on 06/04/2009 by matt
@Coder: Yes, I can have it do that. @Jack: Thanks.Posted at 06:55PM on 06/04/2009 by Coder
Would it be possible to have so that Configure() does not need to be called if you want to use the default settings? Just seems a bit redundant to have to call it with no arguments.Posted at 06:51PM on 06/04/2009 by Jack Mitchel
Hi Matt, Thanks for doing this. I'm currently creating a site using ASP.NET MVC. As a part the site, I'd like to allow users to search for concerts. This should do the job nicely!