mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update comments; Improve neighboring builds handling;
Apply fixes to things pointed out by AppVeyor
This commit is contained in:
@ -7,14 +7,14 @@ namespace osu.Game.Online.API.Requests
|
||||
{
|
||||
public class GetChangelogBuildRequest : APIRequest<APIChangelog>
|
||||
{
|
||||
private readonly string name;
|
||||
private readonly string version;
|
||||
//private readonly string name;
|
||||
//private readonly string version;
|
||||
|
||||
public GetChangelogBuildRequest(string streamName, string buildVersion)
|
||||
{
|
||||
name = streamName;
|
||||
version = buildVersion;
|
||||
}
|
||||
//public GetChangelogBuildRequest(string streamName, string buildVersion)
|
||||
//{
|
||||
// name = streamName;
|
||||
// version = buildVersion;
|
||||
//}
|
||||
|
||||
//protected override string Target => $@"changelog/{name}/{version}";
|
||||
protected override string Uri => @"https://api.myjson.com/bins/ya5q2"; // for testing
|
||||
|
Reference in New Issue
Block a user