Skip to content

Commit

Permalink
feat: change to rate_name
Browse files Browse the repository at this point in the history
  • Loading branch information
psincraian committed Jan 11, 2024
1 parent 510caaf commit 6d89cd9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ https://tur-prices.petru.tech/api/v1/prices.json
```json
[
{
"tariff": "TUR1",
"rate_name": "TUR1",
"date": "2023-10-01",
"variable_price": "0.0511",
"fixed_price": "3.85",
"currency": "EUR"
},
{
"tariff": "TUR2",
"rate_name": "TUR2",
"date": "2023-10-01",
"variable_price": "0.0481",
"fixed_price": "7.12",
"currency": "EUR"
},
{
"tariff": "TUR3",
"rate_name": "TUR3",
"date": "2023-10-01",
"variable_price": "0.0454",
"fixed_price": "14.92",
Expand Down
6 changes: 3 additions & 3 deletions api/v1/prices.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[
{
"tariff": "TUR1",
"rate_name": "TUR1",
"date": "2023-10-01",
"variable_price": "0.0511",
"fixed_price": "3.85",
"currency": "EUR"
},
{
"tariff": "TUR2",
"rate_name": "TUR2",
"date": "2023-10-01",
"variable_price": "0.0481",
"fixed_price": "7.12",
"currency": "EUR"
},
{
"tariff": "TUR3",
"rate_name": "TUR3",
"date": "2023-10-01",
"variable_price": "0.0454",
"fixed_price": "14.92",
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,21 @@ <h2>Usage</h2>
<p>Example Response:</p>
<pre><code>[
{
"tariff": "TUR1",
"rate_name": "TUR1",
"date": "2023-10-01",
"variable_price": "0.0511",
"fixed_price": "3.85",
"currency": "EUR"
},
{
"tariff": "TUR2",
"rate_name": "TUR2",
"date": "2023-10-01",
"variable_price": "0.0481",
"fixed_price": "7.12",
"currency": "EUR"
},
{
"tariff": "TUR3",
"rate_name": "TUR3",
"date": "2023-10-01",
"variable_price": "0.0454",
"fixed_price": "14.92",
Expand Down

0 comments on commit 6d89cd9

Please sign in to comment.