freyta / 7Eleven-Python

A python script to check fuel prices and also lock them in
GNU General Public License v3.0
128 stars 63 forks source link

Update BASE_URL to new API endpoint #53

Open MattKobayashi opened 4 years ago

MattKobayashi commented 4 years ago

This fixes the 500 errors people are experiencing when trying to log in.

MattKobayashi commented 4 years ago

I've confirmed that this new endpoint is working even though the old endpoint is back online.

freyta commented 4 years ago

Where did you find this new end point? My app is still requesting the original one Api request Url: https://711-goodcall.api.tigerspike.com/api/v1/account/login

On Fri., 7 Feb. 2020, 4:31 pm Matthew Thompson, notifications@github.com wrote:

I've confirmed that this new endpoint is working even though the old endpoint is back online.

Edit: ignore that, I see it was in the response code from the other one. I guess an update is coming soon?

MattKobayashi commented 4 years ago

Sure seems like it! Hopefully it won't break too much...

freyta commented 4 years ago

Hey.

I haven't merged this because the app is still requesting the URL base: https://711-goodcall.api.tigerspike.com/api/v1/

MattKobayashi commented 4 years ago

No stress man, I'm happy for this to sit here in case the endpoint ever does change.