feedhenry / rhm

4 stars 6 forks source link

[WIP] I#9 - create project #22

Closed wtrocki closed 7 years ago

wtrocki commented 7 years ago

Motivation

Added command line support for project creation. Implemented client for calling project creation endpoint. Example command:

rhm new project --title test

wtrocki commented 7 years ago

Dropped idea because of api limitations. In javascript we can build and sent any object. For typed languages we would need to define exact type. It was hard to implement this because we were sending entire templates object which was changing depending on user choice.

wtrocki commented 7 years ago

Note: Current implementation worked for bare projects only.