summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-01-30 17:16:52 +0100
committerLoïc Hoguin <[email protected]>2020-01-30 17:16:52 +0100
commitf2b23fd216d012dbe4e19d461d93fdb8d767f311 (patch)
treea9207146d07b2f586769873c5ba7a180ce73610f
parent86cfd64934a316b0bd2c27730e2f587c47f40228 (diff)
downloadninenines.eu-f2b23fd216d012dbe4e19d461d93fdb8d767f311.tar.gz
ninenines.eu-f2b23fd216d012dbe4e19d461d93fdb8d767f311.tar.bz2
ninenines.eu-f2b23fd216d012dbe4e19d461d93fdb8d767f311.zip
More tweaks to the Farwest Demo talk
-rw-r--r--_build/static/talks/farwest-demo/index.html7
-rw-r--r--talks/farwest-demo/index.html7
2 files changed, 8 insertions, 6 deletions
diff --git a/_build/static/talks/farwest-demo/index.html b/_build/static/talks/farwest-demo/index.html
index 8c16b859..b52a87fd 100644
--- a/_build/static/talks/farwest-demo/index.html
+++ b/_build/static/talks/farwest-demo/index.html
@@ -203,7 +203,7 @@ describe() → #{
uri ⇒ "/tables/{name}/{key}",
media_types ⇒ #{
html ⇒ ["text/html"],
- term ⇒ ["text/plain"] %% text/x-erlang-term?
+ term ⇒ ["text/plain+erlang-term"]
},
operations ⇒ #{
get ⇒ #{output ⇒ [html]},
@@ -253,7 +253,6 @@ delete(Req=#{bindings := #{name := Name0, key := Key0}}) →
<p>External resources?</p>
<p>Link relation resources?</p>
<p>Better discovery of operations</p>
- <p>Include operations/forms in non-HTML formats</p>
<p>Cache metadata (etag, cache-control...)</p>
</section>
@@ -266,6 +265,7 @@ delete(Req=#{bindings := #{name := Name0, key := Key0}}) →
<section>
<h2>Semantics</h2>
+ <p>Type "objects" first, then their values</p>
<p>Schemas (schema.org or other)</p>
<p>Better forms using schemas</p>
<p>Read data and expand URI Templates</p>
@@ -274,7 +274,7 @@ delete(Req=#{bindings := #{name := Name0, key := Key0}}) →
<section>
<h2>Improved client libraries</h2>
<p>More functions</p>
- <p>Client-side cache for Gun</p>
+ <p>Client-side cache for Gun HTTP client</p>
<p>Non-Erlang client libraries</p>
</section>
@@ -282,6 +282,7 @@ delete(Req=#{bindings := #{name := Name0, key := Key0}}) →
<h1>Thanks</h1>
<p><a href="https://github.com/ninenines/farwest">github.com/ninenines/farwest</a></p>
<p><a href="https://github.com/ninenines/farwest_demo">github.com/ninenines/farwest_demo</a></p>
+ <p>Looking for early adopters!</p>
</section>
</div>
diff --git a/talks/farwest-demo/index.html b/talks/farwest-demo/index.html
index 8c16b859..b52a87fd 100644
--- a/talks/farwest-demo/index.html
+++ b/talks/farwest-demo/index.html
@@ -203,7 +203,7 @@ describe() → #{
uri ⇒ "/tables/{name}/{key}",
media_types ⇒ #{
html ⇒ ["text/html"],
- term ⇒ ["text/plain"] %% text/x-erlang-term?
+ term ⇒ ["text/plain+erlang-term"]
},
operations ⇒ #{
get ⇒ #{output ⇒ [html]},
@@ -253,7 +253,6 @@ delete(Req=#{bindings := #{name := Name0, key := Key0}}) →
<p>External resources?</p>
<p>Link relation resources?</p>
<p>Better discovery of operations</p>
- <p>Include operations/forms in non-HTML formats</p>
<p>Cache metadata (etag, cache-control...)</p>
</section>
@@ -266,6 +265,7 @@ delete(Req=#{bindings := #{name := Name0, key := Key0}}) →
<section>
<h2>Semantics</h2>
+ <p>Type "objects" first, then their values</p>
<p>Schemas (schema.org or other)</p>
<p>Better forms using schemas</p>
<p>Read data and expand URI Templates</p>
@@ -274,7 +274,7 @@ delete(Req=#{bindings := #{name := Name0, key := Key0}}) →
<section>
<h2>Improved client libraries</h2>
<p>More functions</p>
- <p>Client-side cache for Gun</p>
+ <p>Client-side cache for Gun HTTP client</p>
<p>Non-Erlang client libraries</p>
</section>
@@ -282,6 +282,7 @@ delete(Req=#{bindings := #{name := Name0, key := Key0}}) →
<h1>Thanks</h1>
<p><a href="https://github.com/ninenines/farwest">github.com/ninenines/farwest</a></p>
<p><a href="https://github.com/ninenines/farwest_demo">github.com/ninenines/farwest_demo</a></p>
+ <p>Looking for early adopters!</p>
</section>
</div>