Hi All, I am working on an automation work where I need to add and commit few files to Bit bucket repository. I need a Java API with good documentation with the help of which I can write Java program to add and commit the files to BB repo.
Earlier I was using SVN and I had same requirement which was fulfilled by org.tmatesoft.svn.core API.
Need similar kind of API for BB as well.
Thanks in advance for Help :)