From 2f906603899a428a7c55fb869260477edf104972 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 9 Mar 2019 21:21:02 -0500 Subject: [PATCH] Created Parse (markdown) --- Parse.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Parse.md diff --git a/Parse.md b/Parse.md new file mode 100644 index 0000000..1a3a9d7 --- /dev/null +++ b/Parse.md @@ -0,0 +1,12 @@ +**Endpoint: "/parse"** + +## GET ## + +##### Summary ##### +Returns the result of parsing a title. `artist` and `albums` will be returned only if the parsing matches to a specific artist and one or more albums. `artist` and `albums` will be formatted the same as [[Artist]] and [[Album]] responses. + +##### Parameters ###### + +Required: + +`title (string)`