redhat-developer / henge

This project has merged into Kompose.
https://github.com/skippbox/kompose
MIT License
14 stars 7 forks source link

REST API #25

Open kadel opened 8 years ago

kadel commented 8 years ago

Right now Hange has only commandline interface.

But it would be nice to have API for this.

My inital proposal is to create daemon mode for Henge. In this mode henge would expose json rest api on given port.

In code we need to define abstractions so we have consistency between cmdline and rest api.

Subtasks(in order of importance)

rtnpro commented 8 years ago

:+1:

surajssd commented 8 years ago

This can be hosted and people can use from a web front end or command line curl, so helps us getting more users.

kadel commented 8 years ago

This can be hosted and people can use from a web front end or command line curl, so helps us getting more users.

Yes this could be done in the future, but people still need to be able to run api server on their own.