forked from sdouglass/bandcamp4j
-
Notifications
You must be signed in to change notification settings - Fork 0
A Java client for the Bandcamp API (see http://bandcamp.com/developer )
hwprinz/bandcamp4j
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Java client for the Bandcamp API. http://bandcamp.com/developer Uses the Google GSON JSON library. http://code.google.com/p/google-gson/ To use this class, instantiate a BandcampClientImpl using your Bandcamp API key. BandcampClient bandcampClient = new BandcampClientImpl(apiKey); To add this project as a dependency using Maven, add the following XML snippets to your pom.xml file: <dependencies> .... <dependency> <groupId>org.bandcamp4j</groupId> <artifactId>bandcamp4j</artifactId> <version>0.2</version> </dependency> .... </dependencies> .... <repositories> .... <repository> <id>sdouglass-releases</id> <url>https://raw.github.com/sdouglass/sdouglass-maven-repo/master/releases</url> </repository> .... </repositories> ...
About
A Java client for the Bandcamp API (see http://bandcamp.com/developer )
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 100.0%