GeraldWodni / theforth.net

Package registry website for the Forth programming language
GNU General Public License v3.0
15 stars 4 forks source link

Is there an API to get a list of packages? #7

Closed larsbrinkhoff closed 8 years ago

larsbrinkhoff commented 8 years ago

Is there an API to the package manager? (The cool kids use REST, possibly JSON.)

In particular, a way to get a list of all packages?

See librariesio/support#50.

GeraldWodni commented 8 years ago

There is now! Actually I am working on a client for theForthNet right now, so there is more API to come. In the meantime I started with a list of all packages, which gives you a REST-JSON as requested ;) http://theforth.net/api

larsbrinkhoff commented 8 years ago

Great, thanks!

Suggestion for package.4th: add an optional repository key.