issues
search
avivbiton
/
BlizzardApiReader
.Net Core library to handle Blizzard public APIs
MIT License
35
stars
36
forks
source link
Implement WoW API GetMountsAsync and convert model properties to PascalCase
#33
Closed
linahanner
closed
6 years ago
linahanner
commented
6 years ago
This pull request contains:
Mount model for WoW
Method GetMountsAsync in WoW API
Properties of all API models converted to PascalCase with proper JsonProperty annotation
Test for JSON deserialization of object containing both camelCase and snake_case to PascalCase
Bug fixes
Completes issue: #32
This pull request contains:
Completes issue: #32