The PGXN::Manager HTTP server is written in such a way that it can act as an API serving JSON, but it's not well-tested and nothing uses it yet (that I'm aware of). Maybe allow one to do something like:
> pgxn release some_extension-1.2.3.zip
And it would do the right thing. See how gem does it.
The PGXN::Manager HTTP server is written in such a way that it can act as an API serving JSON, but it's not well-tested and nothing uses it yet (that I'm aware of). Maybe allow one to do something like:
And it would do the right thing. See how
gemdoes it.