From 207e735556d18c30ba5a6ef3f29f07d1edbae60e Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sat, 13 Mar 2021 22:14:24 +0100 Subject: [PATCH] Added Ivago README --- src/ivago/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/ivago/README.md diff --git a/src/ivago/README.md b/src/ivago/README.md new file mode 100644 index 0000000..c69c1b4 --- /dev/null +++ b/src/ivago/README.md @@ -0,0 +1,5 @@ +# Ivago + +This part of the API is a wrapper around the Ivago website (Ivago being the +company that collects the trash in my city). Their city isn't exactly RESTful, +so this endpoint simply wraps it in a RESTful wrapper.