Wed, 12 Apr 2017 14:22:04 +0200 Complete rewrite with config integration here.
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 14:22:04 +0200] rev 76
Complete rewrite with config integration here. Not complete yet.
Wed, 12 Apr 2017 14:20:47 +0200 One cannot apply a method directly on {}, ok.
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 14:20:47 +0200] rev 75
One cannot apply a method directly on {}, ok.
Wed, 12 Apr 2017 14:12:40 +0200 Rename "Gondole" as "Client" to avoid "gondole.Gondole".
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 14:12:40 +0200] rev 74
Rename "Gondole" as "Client" to avoid "gondole.Gondole". (expecting "golint" to go through the roof otherwise)
Wed, 12 Apr 2017 13:19:50 +0200 We are in package "main" now.
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 13:19:50 +0200] rev 73
We are in package "main" now.
Wed, 12 Apr 2017 13:18:55 +0200 Add basename & filterURL.
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 13:18:55 +0200] rev 72
Add basename & filterURL.
Wed, 12 Apr 2017 13:18:26 +0200 Add tests for basename/filterURL.
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 13:18:26 +0200] rev 71
Add tests for basename/filterURL.
Wed, 12 Apr 2017 13:07:57 +0200 Add json tags.
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 13:07:57 +0200] rev 70
Add json tags. Submitted by: @McKael@mamot.fr
Wed, 12 Apr 2017 09:38:20 +0200 Move config stuff into the CLI app.
Ollivier Robert <roberto@keltia.net> [Wed, 12 Apr 2017 09:38:20 +0200] rev 69
Move config stuff into the CLI app.
Tue, 11 Apr 2017 17:15:12 +0200 BaseURL must be specified as base_URL in the TOML file.
Ollivier Robert <roberto@keltia.net> [Tue, 11 Apr 2017 17:15:12 +0200] rev 68
BaseURL must be specified as base_URL in the TOML file. Fix tests. (sometimes I hate such rules for auto-seialization)
Tue, 11 Apr 2017 17:04:40 +0200 Add a baseURL parameter to NewApp().
Ollivier Robert <roberto@keltia.net> [Tue, 11 Apr 2017 17:04:40 +0200] rev 67
Add a baseURL parameter to NewApp(). This allow for overriding the URL of the instance you are going to talk to during the first call to NewApp(). We have a chicken-and-egg issue otherwise. We need to register before doing anything.
(0) -10 +10 +100 tip