seraphx2 / ESI.NET

A C# wrapper for the Eve Online ESI API.
https://www.nuget.org/packages/ESI.NET/
MIT License
42 stars 25 forks source link

UserInterface.Waypoint endpoint needs token #9

Closed MrBramme closed 5 years ago

MrBramme commented 5 years ago

When calling _client.UserInterface.Waypoint(#####) an error gets thrown due to no Token present. When comparing with the code for Wallet I noticed there's no token being passed on that call. It is an authorized call.

I've done a quick'n'dirty adjustment locally that injects the token and then everything works fine. If I find the time to do it properly I'll do so asap and send a pull request.

seraphx2 commented 5 years ago

looks like I missed all of user interface.

MrBramme commented 5 years ago

I've added a pull request to resolve the issue.