diff --git a/docs/daily/2021-02-13.org.gpg b/docs/daily/2021-02-13.org.gpg index 02d1a31..8a05d26 100644 Binary files a/docs/daily/2021-02-13.org.gpg and b/docs/daily/2021-02-13.org.gpg differ diff --git a/docs/images/output-2021-02-13-18:58:14.gif b/docs/images/output-2021-02-13-18:58:14.gif deleted file mode 100644 index a4517ab..0000000 Binary files a/docs/images/output-2021-02-13-18:58:14.gif and /dev/null differ diff --git a/docs/slides/kanye-as-a-service.html b/docs/slides/kanye-as-a-service.html new file mode 100644 index 0000000..68e5c92 --- /dev/null +++ b/docs/slides/kanye-as-a-service.html @@ -0,0 +1,129 @@ + + + + +Kanye as a Service + + + + + + + + + + + +
+
+

Kanye as a Service

Christopher James Hayward

Created: 2021-02-13 Sat 19:06

+
+
+

Table of Contents

+ +
+
+

+Kanye as a Service +

+ + + +
+
+

1 What is it?

+
    +
  • REST API for random Kanye West quotes
  • +
  • Available in JSON or TEXT format
  • + +
+ +
+
+
+
+

2 How does it work?

+
    +
  • Make an HTTP/GET request in the browser to https://api.kanye.rest
  • +
  • Default formatting is JSON (JavaScript Object Notation)
  • + +
+ +
+ +
GET https://api.kanye.rest
+
+
+ +
+{
+  "quote": "One of my favorite of many things about what the Trump hat represents to me is that people can't tell me what to do because I'm black"
+}
+
+ +
+
+

2.1 Formatting

+
    +
  • Pass the query parameter ?format=TEXT to get the TEXT formatting
  • + +
+ +
+ +
GET https://api.kanye.rest?format=TEXT
+
+
+ +
+I leave my emojis bart Simpson color
+
+
+
+
+
+ + + + + diff --git a/docs/slides/kanye-as-a-service.org.gpg b/docs/slides/kanye-as-a-service.org.gpg new file mode 100644 index 0000000..5e6649c Binary files /dev/null and b/docs/slides/kanye-as-a-service.org.gpg differ