###"Baby Steps" for a new language implementation
Rough TODO list based on https://github.com/servirtium/README/blob/master/starting-a-new-implementation.md
Steps:
-
Start with an implementation of "direct" with tests DONE
-
Implement the "playback" for the same test cases
-
Adding "record" mode
-
Extract the library from the climate demo, to its own repo
-
Other HTTP verbs other than 'GET'
-
Add a capability for a "Note".
-
Proxy Server mode of operation