Skip to content

sdouglass/bandcamp4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages