Skip to content

nordvall/scribe-java-bitbucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scribe-java-bitbucket

These classes makes it possible to use Bitbucket API from Scribe, like this.

OAuthService service = new ServiceBuilder()
                                  .provider(BitbucketApi20.class)
                                  .apiKey(BITBUCKET_API_KEY)
                                  .apiSecret(BITBUCKET_API_SECRET)
                                  .build();

See the documentation for Scribe for more usage instructions.

The project is available from Maven Central:

<dependency>
    <groupId>se.mnord.scribe</groupId>
    <artifactId>scribe-java-bitbucket</artifactId>
    <version>1.0.0</version>
</dependency>

About

Bitbucket API support for scribe-java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages