Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shotnothing authored Mar 31, 2024
1 parent 4740e08 commit 8c50eaf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@


# API Specification
**Version 0.1.2**
**Version 0.1.3**

**Date: 23/03/2024**
**Date: 31/03/2024**

Specifications for PriceProbe's RESTful API. All requests are GET requests unless otherwise specified.

Expand Down Expand Up @@ -190,6 +190,7 @@ Command: `GET /analytics/p/3`
```json
{
"prices": [ 10.0, 12.0, 13.0, 24.5, 26.0, 40.0],
"product_price": 25.0,
"ranking": 0.82,
"similar": [ 3, 5, 6, 20, 35, 49 ]
}
Expand Down

0 comments on commit 8c50eaf

Please sign in to comment.