← Back to team overview

kicad-developers team mailing list archive

Re: GITHUB_PLUGIN

 

On Mon, Aug 12, 2013 at 1:18 PM, Andrew Seddon <andrew@xxxxxxxxxxxxxx> wrote:
> I just did a quick proof of concept API on the CircuitHub side which gives
> you an endpoint to hit and get the KiCad export of a footprint.
> Unfortunately I wrote the exporter in the old format rather than
> S-Expression but i'll rectify that error shortly.
>
> Web page for a footprint:
>
> https://circuithub.com/footprints/andrew/b0qw7
>
> KiCad export of footprint:
>
> https://circuithub.com/api/footprints/andrew/b0qw7/kicad
>
> Our format neutral representation (it's plain old human readable SVG which
> is generated by a plain old Javascript template)
>
> https://circuithub.com/api/footprints/andrew/b0qw7/
>
>
> Cheers,
>
> Andy
>


This was also kind of what I had in mind in terms of a basic api. A
way to easily fetch a blob from the server.

Andrew, any reason you don't include an api rev in your uri?

Chris


References