Skip to content

Commit 17282ff

Browse files
committed
Upgraded API and fixed text submission.
1 parent e61246b commit 17282ff

File tree

8 files changed

+3047
-3571
lines changed

8 files changed

+3047
-3571
lines changed

Runtime/Libs/Dev.Dres.ClientApi.dll

100644100755
-39 KB
Binary file not shown.

Runtime/Libs/Dev.Dres.ClientApi.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/Libs/Dev.Dres.ClientApi.xml

Lines changed: 3041 additions & 3565 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/Libs/Dev.Dres.ClientApi.xml.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/Libs/JsonSubTypes.Dres.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/Libs/Newtonsoft.Json.Dres.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/Libs/RestSharp.Dres.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/Scripts/Dres/UnityClient/DresWrapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ internal static async Task<SuccessfulSubmissionsStatus> Submit(string item, stri
7272
/// <exception cref="ApiException">A 404 if there is no ongoing competition for this session, a 403 if there is no such user</exception>
7373
internal static async Task<SuccessfulSubmissionsStatus> SubmitText(string text, string session)
7474
{
75-
return await SubmissionApi.GetApiV1SubmitAsync(text= text, session=session);
75+
return await SubmissionApi.GetApiV1SubmitAsync(text: text, session: session);
7676
}
7777

7878

0 commit comments

Comments
 (0)