Hi,
I was looking for a tool to manage git projects, repositories and their accessibility and I found that Gitblit answer very good to my requirements.
But now, I am looking to use the API to get informations about a certain user from a PHP application. I have installed Gitblit on Tomcat 6.0, running at
http://localhost:8080/gitblit and I also installed PHP-Java Bridge so I can call Java Gitblit API methods from a PHP script (running on lamp, apache 2.2).
It is working almost well, but since I can not find a lot of information about the gitblit API on the Internet (except the javadoc included in the API zip I downloaded), I was wondering if I can get the information below thanks to this API :
- all the repositories of a user with the rights associated
- user's information ( I've seen that a Gravatar class exists, but I have issues to use it right)
These data are required to be shown in my PHP script, so is there any way to get them through the API that Gitblit provide ?
Thank you for your help !
Amelie.