From 2c314f44bacdedab6c6feade73c0536b132b2b84 Mon Sep 17 00:00:00 2001 From: Timothy Rogers Date: Tue, 31 Aug 2021 17:46:50 -0400 Subject: [PATCH] Added API Documentation --- content/api.md | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 content/api.md diff --git a/content/api.md b/content/api.md new file mode 100644 index 0000000..52f1700 --- /dev/null +++ b/content/api.md @@ -0,0 +1,71 @@ +--- +title: "Projects" +menu: + main: + weight: 30 +--- +# API Reference + +{{< rawhtml >}} +
+
+
+
+

+ +

+
+
+
+ URI: https://api.hack13.dev/lastfm/?username=your-lastfm-username +
+ Example Response: +

+            All The Things,Gaullin,https://www.last.fm/music/Gaullin/_/All+The+Things,true
+            
+ Response Breakdown: +

+            Song Name,Artist Name,LastFM Song Page Link,Now Playing
+            
+
    +
  • Song Name String
  • +
  • Artist Name String
  • +
  • Song String/URL
  • +
  • Song Name Bool
  • +
+
+
+
+
+
+

+ +

+
+
+
+ Nothing here yet... +
+
+
+
+
+

+ +

+
+
+
+ Nothing here yet... +
+
+
+
+
+{{< /rawhtml >}} \ No newline at end of file