Raids endpoint returns Not Found
error
#122
Labels
Area: Web API v2
Related to the v2 web API
Duration: Short
Less than 2 hours of estimated work
Priority: High
High priority
Resolution: Fixed
The issue has been fixed
Type: Bug
Something isn't working
I am trying to use the base Raids endpoint to enumerate all wings and encounters. The account specific endpoint that displays weekly clears is working correctly.
GW2Sharp is installed with version 1.7.2 via NuGet inside a BlishHud module.
Returned Exception
Potential Fix
I think the issue is the endpoint path for this client is missing the pluralization.
Gw2Sharp/Gw2Sharp/WebApi/V2/Clients/Raids/RaidsClient.cs
Line 9 in f8338e0
[EndpointPath("raid")]
instead of being[EndpointPath("raids")]
to render the api urlhttps://api.guildwars2.com/v2/raids
The text was updated successfully, but these errors were encountered: