Fwd: JSON interface

Xuu xuu at sour.is
Tue Feb 24 19:18:55 CET 2015


Hi, 

I was wondering if anything ever happened with this request? I would love to 
be able to call into cgit for json data.

thanks!

> On Sun, Oct 05, 2014 at 02:13:35PM +0300, Wilhelm Matilainen wrote:
> > Instead of acting as a server providing html and css files, could there
> be
> > a only-json option?
>
> You can already configure the URL for CGit's CSS and logo files to point
> at a separate machine if you want to do that.
>
> > I could then provide all the static files minified and cached from a
> proper
> > http server already in use and request only the data from cgit.
> >
> > Using jquery:
> > -----------------------------------------------
> > $.getJSON('/git/repository/<repo>', function(data) {
> >     showRepo(data);
> > });
> > -----------------------------------------------
> >
> > By loading https://
> > <server>/git/<what-I-need>/<parameter-1>/<parameter-2>/<etc.>
> > CGit would output something like:
> > -----------------------------------------------
> > {
> > "repository": "test",
> > "property1": "value1",
> > "property2": "value2"
> > }
> > -----------------------------------------------
>
> I don't think it would be particularly difficult to add a new "json" URL
> in cmd.c and handle all of the necessary sub-options, but you would then
> need to write an entire UI in JavaScript.
>
> At that point, I'm not sure it would be CGit any more since you would be
> using essentially none of the code that exists now.
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.zx2c4.com/pipermail/cgit/attachments/20150224/747ffbe1/attachment.asc>


More information about the CGit mailing list