File tree Expand file tree Collapse file tree 3 files changed +11
-17
lines changed
Expand file tree Collapse file tree 3 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 4949
5050## 🖥️ API
5151
52- * [ Getting Started] ( api/getting-started.md )
5352* [ Latest Result] ( api/latest-result.md )
5453
5554## 🤹 Contributing
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Latest Result
22
3- ### Legacy Endpoints
4-
5- #### Authentication
3+ ### Authentication
64
75No authentication required.
86
9- {% swagger method="get" path="" baseUrl="/api/speedtest/latest" summary="Get the latest speedtest result" expanded="false" %}
10- {% swagger-description %}
7+ ### Get the latest speedtest result
8+
9+ <mark style =" color :blue ;" >` GET ` </mark > ` /api/speedtest/latest `
10+
1111Provides backwards compatibility for [ Homepage] ( https://github.com/benphelps/homepage ) and [ Organizr] ( https://github.com/causefx/Organizr ) home lab dashboards.
12- {% endswagger-description %}
1312
14- {% swagger-response status="200: OK" description="" %}
13+ {% tabs %}
14+ {% tab title="200: OK " %}
1515``` javascript
1616{
1717 " message" : " ok" ,
@@ -31,13 +31,13 @@ Provides backwards compatibility for [Homepage](https://github.com/benphelps/hom
3131 }
3232}
3333```
34- {% endswagger-response %}
34+ {% endtab %}
3535
36- {% swagger-response status ="404: Not Found" description=" " %}
36+ {% tab title ="404: Not Found " %}
3737``` javascript
3838{
3939 " message" : " No results found."
4040}
4141```
42- {% endswagger-response %}
43- {% endswagger %}
42+ {% endtab %}
43+ {% endtabs %}
You can’t perform that action at this time.
0 commit comments