Skip to content

Commit

Permalink
Update API to contain full feature URL (including domain)
Browse files Browse the repository at this point in the history
  • Loading branch information
hteumeuleu committed May 20, 2020
1 parent 78f2e80 commit f1adcc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _js/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ layout: null
permalink: "/api/data.json"
---
{
"api_version":"1.0.0",
"api_version":"1.0.1",
"last_update_date":{{site.time | jsonify}},
"data":[{% for feature in site.features %}
{
"title":{{ feature.title | jsonify }},
"description":{{ feature.description | jsonify }},
"url":{{ feature.url | jsonify }},
"url":{{ feature.url | prepend:site.url | jsonify }},
"category":{{ feature.category | jsonify }},
"keywords":{{ feature.keywords | jsonify }},
"last_test_date":{{ feature.last_test_date | jsonify }},
Expand Down

0 comments on commit f1adcc8

Please sign in to comment.