JulianChow94 / DotaDotNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abstract URL building into a `DotaApiRequest` object

JulianChow94 opened this issue · comments

A DotaApiRequest object should hold all properties needed, the GET URL should be built based on the contents of the request object instead of string concatenation.

Solved with PR #4