Requests
universal module - grab data/vars from api
At the moment the universal module can notify an http-api about new services being added/updated/deleted.
it would be incredibly useful if it could use the response content (from json) to populate service fields.
Especially as blesta grows more, this allows faster integration of existing services.
there are 2 different routes to accomplish this...
----------------
x)option1 - add 2 additional service fields
-api_visible
-api_secret
have them require http api instead of a mail notify/blank
fill with json values from response
visible = display to user as a non editable service option.
invisible = hidden from the user. but visible for admins/staff.
---------------------
x)option2 - allow json response content to override current service fields.
Comments have been locked on this page!