SoftwareMarbles / lazy

Hackable Coding Assistant
http://getlazy.org
MIT License
1 stars 0 forks source link

Add `GET /config` endpoint to lazy #34

Closed ierceg closed 7 years ago

ierceg commented 7 years ago

Requests to this endpoint will signal the engine to start with the configuration included in the body of the request.

ierceg commented 7 years ago

Instead of changing engine interface I'll change lazy interface and offer a way to retrieve configuration for the engine. Then it's engine's responsibility to retrieve the config and react to it (no changes to engines that don't require runtime config)