Skip to content

Commit

Permalink
Merge pull request #2 from MikeWilliams-UK/Fix-Fetching-Accounts
Browse files Browse the repository at this point in the history
Change url used for fetching accounts
  • Loading branch information
MikeWilliams-UK authored Apr 22, 2024
2 parents e7112f5 + 3d0083e commit 958fc74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AppSettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"LoginUri": "https://my.ovoenergy.com/api/v2/auth/login",
"AccountsUri": "https://smartpaym.ovoenergy.com/api/customer-and-account-ids",
"AccountsUri": "https://smartpaymapi.ovoenergy.com/first-login/api/bootstrap/v2/",
"MonthlyUri": "https://smartpaymapi.ovoenergy.com/usage/api/monthly/{0}?date={1}",
"DailyUri": "https://smartpaymapi.ovoenergy.com/usage/api/daily/{0}?date={1}",
"HalfHourlyUri": "https://smartpaymapi.ovoenergy.com/usage/api/half-hourly/{0}?date={1}"
Expand Down
4 changes: 2 additions & 2 deletions OvoData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SatelliteResourceLanguages>en-US;en</SatelliteResourceLanguages>
<ApplicationIcon>Ovo.ico</ApplicationIcon>
<AssemblyVersion>1.0.1</AssemblyVersion>
<FileVersion>1.0.1.1</FileVersion>
<AssemblyVersion>1.0.2</AssemblyVersion>
<FileVersion>1.0.2.2</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 958fc74

Please sign in to comment.