Doveps / mono

Code for Doveps projects
http://doveps.com
MIT License
0 stars 0 forks source link

create an API endpoint "action/create" #49

Closed greenmoss closed 7 years ago

greenmoss commented 7 years ago

This endpoint will accept parameters:

JosiahRegencia commented 7 years ago

does this mean that once I run flavor/compare I must generate a json file? I'm not sure what you mean by Package and New. Also, may I ask what the "name" is for?

JosiahRegencia commented 7 years ago

From what I understand, "name" is either name in debs, group_name in groups, username in both shadow and users. is that correct?

greenmoss commented 7 years ago

Regarding json: correct Regarding Package/New: in the example from the demo, your json is the result of "Package", "New", "apache2", so you need to record that Regarding names: correct

JosiahRegencia commented 7 years ago

ooh okay. I get it now. Thanks a lot.