@JC-SoCal I know you created this originally because fog lacked an api environment to work with.
FOG Now (1.4.0 RC 4 and forward) will have an API system you can tie into now.
The basics:
Header:
fog-api-token: <FOG Configuration->FOG Settings->API Settings->FOG_API_TOKEN
Authentication:
HTTP Basic foguser:foguserpassword
Basic routes need a "definition" and heavy documentation I realize. As we work towards FOG 2.0 we'll likely improve our documentation process (and it will likely have different things) but there is a rudimentary system now.
@JC-SoCal I know you created this originally because fog lacked an api environment to work with.
FOG Now (1.4.0 RC 4 and forward) will have an API system you can tie into now.
The basics:
Header:
Authentication:
HTTP Basic
foguser:foguserpasswordBasic routes need a "definition" and heavy documentation I realize. As we work towards FOG 2.0 we'll likely improve our documentation process (and it will likely have different things) but there is a rudimentary system now.