You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, FedEx has authentication for hitting the API endpoint. This makes it rather annoying to run the application because you have to sign up for a ton of services and set api tokens, yadayada. To make shppd easy to run, we should web scrape. Sadly it's rather annoying to parse HTML to get data. Luckily the user facing website just makes an API request. So, we can probably use Wallaby to grab that API call result, which is already nicely formatted.
The text was updated successfully, but these errors were encountered:
So, FedEx has authentication for hitting the API endpoint. This makes it rather annoying to run the application because you have to sign up for a ton of services and set api tokens, yadayada. To make shppd easy to run, we should web scrape. Sadly it's rather annoying to parse HTML to get data. Luckily the user facing website just makes an API request. So, we can probably use Wallaby to grab that API call result, which is already nicely formatted.
The text was updated successfully, but these errors were encountered: