Skip to content

Commit

Permalink
Merge pull request #280 from dwyl/api_tags-#256
Browse files Browse the repository at this point in the history
[PR] API Stage 2 - Adding tags
  • Loading branch information
nelsonic authored Jan 28, 2023
2 parents e0264c6 + e295ced commit 01c40ab
Show file tree
Hide file tree
Showing 17 changed files with 4,228 additions and 2,051 deletions.
1,631 changes: 0 additions & 1,631 deletions API.md

This file was deleted.

2,451 changes: 2,451 additions & 0 deletions api.md

Large diffs are not rendered by default.

1,247 changes: 882 additions & 365 deletions lib/api/MVP.json

Large diffs are not rendered by default.

28 changes: 20 additions & 8 deletions lib/api/envs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "Localhost",
"variables": [
{
"key": "host",
"value": "http://localhost:4000"
"value": "http://localhost:4000",
"key": "host"
},
{
"value": "1",
Expand All @@ -15,20 +15,32 @@
"key": "notfound_item_id"
},
{
"value": "invalid_id",
"key": "invalid_id"
"key": "invalid_id",
"value": "invalid_id"
},
{
"value": "1",
"key": "timer_id"
"key": "timer_id",
"value": "1"
},
{
"value": "-1",
"key": "notfound_timer_id"
},
{
"value": "2",
"key": "timer_id_to_stop"
"key": "timer_id_to_stop",
"value": "2"
},
{
"key": "tag_id",
"value": "1"
},
{
"value": "-1",
"key": "notfound_tag_id"
},
{
"value": "1",
"key": "item_id_with_tag"
}
]
}
Expand Down
Loading

0 comments on commit 01c40ab

Please sign in to comment.