Welcome to the Quotes APIs!
-The available resources are:
- -diff --git a/index.html b/index.html index e2de8c2..254162b 100644 --- a/index.html +++ b/index.html @@ -8,14 +8,35 @@
The available resources are:
- -/random
+ The /random endpoint returns a random quote from our database.
+
This endpoint does not take any parameter.
++ Try it! +
+/search
+ The /search endpoint is used to search our database for quotes that match a certain string (with fuzzy matching).
+
q: the string to search.+ Try it! +
+