Changeset aab02109d0a1…
Parent b4006dcc78eb…
by
Thai Nguyen
Changes to 94 files · Browse files at aab02109d0a1 Showing diff from parent b4006dcc78eb Diff from another changeset...
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.28307.329
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NexportApi", "NexportApi\NexportApi.csproj", "{0EF49E24-0A45-402B-AF46-C39850E46DF1}"
EndProject
|
This file's diff was not loaded because this changeset is very large. Load changes |
|
|
@@ -471,32 +471,14 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "question_id", questionId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "question_id", questionId));
if (enrollmentId != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "enrollment_id", enrollmentId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "enrollment_id", enrollmentId));
}
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
// make the HTTP request
var localVarResponse = Client.Get<QuestionResponse>("/api/v1/AssessmentApi/GetQuestion", localVarRequestOptions, Configuration);
@@ -552,32 +534,14 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "question_id", questionId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "question_id", questionId));
if (enrollmentId != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "enrollment_id", enrollmentId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "enrollment_id", enrollmentId));
}
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
// make the HTTP request
var localVarResponse = await AsynchronousClient.GetAsync<QuestionResponse>("/api/v1/AssessmentApi/GetQuestion", localVarRequestOptions, Configuration);
@@ -635,43 +599,19 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "assignment_id", assignmentId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "assignment_id", assignmentId));
if (page != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "page", page))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "page", page));
}
if (perPage != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "per_page", perPage))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "per_page", perPage));
}
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
// make the HTTP request
var localVarResponse = Client.Get<QuestionIdsResponse>("/api/v1/AssessmentApi/GetQuestionIds", localVarRequestOptions, Configuration);
@@ -729,43 +669,19 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "assignment_id", assignmentId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "assignment_id", assignmentId));
if (page != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "page", page))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "page", page));
}
if (perPage != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "per_page", perPage))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "per_page", perPage));
}
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
// make the HTTP request
var localVarResponse = await AsynchronousClient.GetAsync<QuestionIdsResponse>("/api/v1/AssessmentApi/GetQuestionIds", localVarRequestOptions, Configuration);
@@ -821,32 +737,14 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "question_option_id", questionOptionId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "question_option_id", questionOptionId));
if (enrollmentId != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "enrollment_id", enrollmentId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "enrollment_id", enrollmentId));
}
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
// make the HTTP request
var localVarResponse = Client.Get<QuestionOptionResponse>("/api/v1/AssessmentApi/GetQuestionOption", localVarRequestOptions, Configuration);
@@ -902,32 +800,14 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "question_option_id", questionOptionId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "question_option_id", questionOptionId));
if (enrollmentId != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "enrollment_id", enrollmentId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "enrollment_id", enrollmentId));
}
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
// make the HTTP request
var localVarResponse = await AsynchronousClient.GetAsync<QuestionOptionResponse>("/api/v1/AssessmentApi/GetQuestionOption", localVarRequestOptions, Configuration);
@@ -989,65 +869,29 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "question_id", questionId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "question_id", questionId));
if (utcStartDate != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "utc_start_date", utcStartDate))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "utc_start_date", utcStartDate));
}
if (utcFinishDate != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "utc_finish_date", utcFinishDate))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "utc_finish_date", utcFinishDate));
}
if (page != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "page", page))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "page", page));
}
if (perPage != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "per_page", perPage))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "per_page", perPage));
}
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
// make the HTTP request
var localVarResponse = Client.Get<StudentResponses>("/api/v1/AssessmentApi/GetStudentResponses", localVarRequestOptions, Configuration);
@@ -1109,65 +953,29 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "question_id", questionId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "question_id", questionId));
if (utcStartDate != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "utc_start_date", utcStartDate))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "utc_start_date", utcStartDate));
}
if (utcFinishDate != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "utc_finish_date", utcFinishDate))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "utc_finish_date", utcFinishDate));
}
if (page != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "page", page))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "page", page));
}
if (perPage != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "per_page", perPage))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "per_page", perPage));
}
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
// make the HTTP request
var localVarResponse = await AsynchronousClient.GetAsync<StudentResponses>("/api/v1/AssessmentApi/GetStudentResponses", localVarRequestOptions, Configuration);
@@ -1227,51 +1035,21 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "enrollment_id", enrollmentId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "enrollment_id", enrollmentId));
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "assignment_id", assignmentId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "assignment_id", assignmentId));
if (page != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "page", page))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "page", page));
}
if (perPage != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "per_page", perPage))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "per_page", perPage));
}
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
// make the HTTP request
var localVarResponse = Client.Get<List<TestAttemptResponseItem>>("/api/v1/AssessmentApi/GetTestAttempts", localVarRequestOptions, Configuration);
@@ -1331,51 +1109,21 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "enrollment_id", enrollmentId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "enrollment_id", enrollmentId));
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "assignment_id", assignmentId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "assignment_id", assignmentId));
if (page != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "page", page))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "page", page));
}
if (perPage != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "per_page", perPage))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "per_page", perPage));
}
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
// make the HTTP request
var localVarResponse = await AsynchronousClient.GetAsync<List<TestAttemptResponseItem>>("/api/v1/AssessmentApi/GetTestAttempts", localVarRequestOptions, Configuration);
@@ -1441,77 +1189,35 @@
if (testAttemptId != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "test_attempt_id", testAttemptId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "test_attempt_id", testAttemptId));
}
if (assignmentStatusId != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "assignment_status_id", assignmentStatusId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "assignment_status_id", assignmentStatusId));
}
if (assignmentId != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "assignment_id", assignmentId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "assignment_id", assignmentId));
}
if (enrollmentId != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "enrollment_id", enrollmentId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "enrollment_id", enrollmentId));
}
if (page != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "page", page))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "page", page));
}
if (perPage != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "per_page", perPage))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "per_page", perPage));
}
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
// make the HTTP request
var localVarResponse = Client.Get<TestSurveyResultsResponse>("/api/v1/AssessmentApi/GetTestSurveyResults", localVarRequestOptions, Configuration);
@@ -1577,77 +1283,35 @@
if (testAttemptId != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "test_attempt_id", testAttemptId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "test_attempt_id", testAttemptId));
}
if (assignmentStatusId != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "assignment_status_id", assignmentStatusId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "assignment_status_id", assignmentStatusId));
}
if (assignmentId != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "assignment_id", assignmentId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "assignment_id", assignmentId));
}
if (enrollmentId != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "enrollment_id", enrollmentId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "enrollment_id", enrollmentId));
}
if (page != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "page", page))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "page", page));
}
if (perPage != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "per_page", perPage))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "per_page", perPage));
}
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
// make the HTTP request
var localVarResponse = await AsynchronousClient.GetAsync<TestSurveyResultsResponse>("/api/v1/AssessmentApi/GetTestSurveyResults", localVarRequestOptions, Configuration);
|
This file's diff was not loaded because this changeset is very large. Load changes |
|
|
@@ -482,13 +482,7 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = request;
@@ -550,13 +544,7 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = request;
@@ -618,13 +606,7 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = request;
@@ -686,13 +668,7 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = request;
@@ -754,13 +730,7 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = request;
@@ -822,13 +792,7 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = request;
@@ -890,13 +854,7 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = request;
@@ -958,13 +916,7 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = request;
@@ -1026,13 +978,7 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = request;
@@ -1094,13 +1040,7 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = request;
@@ -1156,21 +1096,9 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "invoice_id", invoiceId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "invoice_id", invoiceId));
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
// make the HTTP request
var localVarResponse = Client.Post<GetInvoiceResponse>("/api/v1/PointOfSaleApi/GetInvoice", localVarRequestOptions, Configuration);
@@ -1224,21 +1152,9 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "invoice_id", invoiceId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "invoice_id", invoiceId));
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
// make the HTTP request
var localVarResponse = await AsynchronousClient.PostAsync<GetInvoiceResponse>("/api/v1/PointOfSaleApi/GetInvoice", localVarRequestOptions, Configuration);
@@ -1292,21 +1208,9 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "invoice_item_id", invoiceItemId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "invoice_item_id", invoiceItemId));
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
// make the HTTP request
var localVarResponse = Client.Get<InvoiceRedemptionResponse>("/api/v1/PointOfSaleApi/GetInvoiceRedemption", localVarRequestOptions, Configuration);
@@ -1360,21 +1264,9 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "invoice_item_id", invoiceItemId))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "invoice_item_id", invoiceItemId));
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
// make the HTTP request
var localVarResponse = await AsynchronousClient.GetAsync<InvoiceRedemptionResponse>("/api/v1/PointOfSaleApi/GetInvoiceRedemption", localVarRequestOptions, Configuration);
@@ -1434,13 +1326,7 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = request;
@@ -1502,13 +1388,7 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = request;
|
@@ -220,7 +220,6 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
-
// make the HTTP request
var localVarResponse = Client.Get<PostmanCollectionGet>("/api/v1/PostmanApi/GetPostmanCollection", localVarRequestOptions, Configuration);
@@ -265,7 +264,6 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
-
// make the HTTP request
var localVarResponse = await AsynchronousClient.GetAsync<PostmanCollectionGet>("/api/v1/PostmanApi/GetPostmanCollection", localVarRequestOptions, Configuration);
|
|
@@ -275,13 +275,7 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = request;
@@ -343,13 +337,7 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = request;
@@ -417,33 +405,15 @@
if (page != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "page", page))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "page", page));
}
if (perPage != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "per_page", perPage))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "per_page", perPage));
}
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = request;
@@ -511,33 +481,15 @@
if (page != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "page", page))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "page", page));
}
if (perPage != null)
{
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "per_page", perPage))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "per_page", perPage));
}
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = request;
|
|
|
@@ -218,7 +218,7 @@ }
/// <summary>
- /// Retrieves url of classroom student view for a particular enrollment. Can also create a redirect entity to attach to the subscription of the enrollment which will cause the subscribed user to be redirected upon logging out, using an expired token, or using an invalid token (if those urls are set). Requires the Use SSO API permission in the enrollment subscription organization or an ancestor.
+ /// Retrieves url of classroom student view for a particular enrollment. Can also create a redirect entity to attach to the subscription of the enrollment which will cause the subscribed user to be redirected upon logging out, using an expired token, or using an invalid token (if those urls are set). Requires the Use SSO API permission in the enrollment subscription organization or an ancestor.
/// </summary>
/// <exception cref="ApiException">Thrown when fails to make API call</exception>
/// <param name="accessToken">Use the AdminApi Authenticate method to get the access_token</param>
@@ -231,7 +231,7 @@ }
/// <summary>
- /// Retrieves url of classroom student view for a particular enrollment. Can also create a redirect entity to attach to the subscription of the enrollment which will cause the subscribed user to be redirected upon logging out, using an expired token, or using an invalid token (if those urls are set). Requires the Use SSO API permission in the enrollment subscription organization or an ancestor.
+ /// Retrieves url of classroom student view for a particular enrollment. Can also create a redirect entity to attach to the subscription of the enrollment which will cause the subscribed user to be redirected upon logging out, using an expired token, or using an invalid token (if those urls are set). Requires the Use SSO API permission in the enrollment subscription organization or an ancestor.
/// </summary>
/// <exception cref="ApiException">Thrown when fails to make API call</exception>
/// <param name="accessToken">Use the AdminApi Authenticate method to get the access_token</param>
@@ -266,13 +266,7 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = classroomSsoRequest;
@@ -286,7 +280,7 @@ }
/// <summary>
- /// Retrieves url of classroom student view for a particular enrollment. Can also create a redirect entity to attach to the subscription of the enrollment which will cause the subscribed user to be redirected upon logging out, using an expired token, or using an invalid token (if those urls are set). Requires the Use SSO API permission in the enrollment subscription organization or an ancestor.
+ /// Retrieves url of classroom student view for a particular enrollment. Can also create a redirect entity to attach to the subscription of the enrollment which will cause the subscribed user to be redirected upon logging out, using an expired token, or using an invalid token (if those urls are set). Requires the Use SSO API permission in the enrollment subscription organization or an ancestor.
/// </summary>
/// <exception cref="ApiException">Thrown when fails to make API call</exception>
/// <param name="accessToken">Use the AdminApi Authenticate method to get the access_token</param>
@@ -299,7 +293,7 @@ }
/// <summary>
- /// Retrieves url of classroom student view for a particular enrollment. Can also create a redirect entity to attach to the subscription of the enrollment which will cause the subscribed user to be redirected upon logging out, using an expired token, or using an invalid token (if those urls are set). Requires the Use SSO API permission in the enrollment subscription organization or an ancestor.
+ /// Retrieves url of classroom student view for a particular enrollment. Can also create a redirect entity to attach to the subscription of the enrollment which will cause the subscribed user to be redirected upon logging out, using an expired token, or using an invalid token (if those urls are set). Requires the Use SSO API permission in the enrollment subscription organization or an ancestor.
/// </summary>
/// <exception cref="ApiException">Thrown when fails to make API call</exception>
/// <param name="accessToken">Use the AdminApi Authenticate method to get the access_token</param>
@@ -334,13 +328,7 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = classroomSsoRequest;
@@ -354,7 +342,7 @@ }
/// <summary>
- /// Automatically log users into Nexport with out requiring their login credentials. Can also create a redirect entity to attach to the subscription of the user in the organization which will cause them to be redirected upon logging out, using an expired token, or using an invalid token (if those urls are set). Can use either user_id and org_id OR just subscription_id. Requires the Use SSO API permission in the subscription organization or an ancestor.
+ /// Automatically log users into Nexport with out requiring their login credentials. Can also create a redirect entity to attach to the subscription of the user in the organization which will cause them to be redirected upon logging out, using an expired token, or using an invalid token (if those urls are set). Can use either user_id and org_id OR just subscription_id. Requires the Use SSO API permission in the subscription organization or an ancestor.
/// </summary>
/// <exception cref="ApiException">Thrown when fails to make API call</exception>
/// <param name="accessToken">Use the AdminApi Authenticate method to get the access_token</param>
@@ -367,7 +355,7 @@ }
/// <summary>
- /// Automatically log users into Nexport with out requiring their login credentials. Can also create a redirect entity to attach to the subscription of the user in the organization which will cause them to be redirected upon logging out, using an expired token, or using an invalid token (if those urls are set). Can use either user_id and org_id OR just subscription_id. Requires the Use SSO API permission in the subscription organization or an ancestor.
+ /// Automatically log users into Nexport with out requiring their login credentials. Can also create a redirect entity to attach to the subscription of the user in the organization which will cause them to be redirected upon logging out, using an expired token, or using an invalid token (if those urls are set). Can use either user_id and org_id OR just subscription_id. Requires the Use SSO API permission in the subscription organization or an ancestor.
/// </summary>
/// <exception cref="ApiException">Thrown when fails to make API call</exception>
/// <param name="accessToken">Use the AdminApi Authenticate method to get the access_token</param>
@@ -402,13 +390,7 @@ var localVarAccept = ClientUtils.SelectHeaderAccept(accepts);
if (localVarAccept != null) localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = ssoRequest;
@@ -422,7 +404,7 @@ }
/// <summary>
- /// Automatically log users into Nexport with out requiring their login credentials. Can also create a redirect entity to attach to the subscription of the user in the organization which will cause them to be redirected upon logging out, using an expired token, or using an invalid token (if those urls are set). Can use either user_id and org_id OR just subscription_id. Requires the Use SSO API permission in the subscription organization or an ancestor.
+ /// Automatically log users into Nexport with out requiring their login credentials. Can also create a redirect entity to attach to the subscription of the user in the organization which will cause them to be redirected upon logging out, using an expired token, or using an invalid token (if those urls are set). Can use either user_id and org_id OR just subscription_id. Requires the Use SSO API permission in the subscription organization or an ancestor.
/// </summary>
/// <exception cref="ApiException">Thrown when fails to make API call</exception>
/// <param name="accessToken">Use the AdminApi Authenticate method to get the access_token</param>
@@ -435,7 +417,7 @@ }
/// <summary>
- /// Automatically log users into Nexport with out requiring their login credentials. Can also create a redirect entity to attach to the subscription of the user in the organization which will cause them to be redirected upon logging out, using an expired token, or using an invalid token (if those urls are set). Can use either user_id and org_id OR just subscription_id. Requires the Use SSO API permission in the subscription organization or an ancestor.
+ /// Automatically log users into Nexport with out requiring their login credentials. Can also create a redirect entity to attach to the subscription of the user in the organization which will cause them to be redirected upon logging out, using an expired token, or using an invalid token (if those urls are set). Can use either user_id and org_id OR just subscription_id. Requires the Use SSO API permission in the subscription organization or an ancestor.
/// </summary>
/// <exception cref="ApiException">Thrown when fails to make API call</exception>
/// <param name="accessToken">Use the AdminApi Authenticate method to get the access_token</param>
@@ -470,13 +452,7 @@ foreach (var accept in accepts)
localVarRequestOptions.HeaderParameters.Add("Accept", accept);
- foreach (var kvp in ClientUtils.ParameterToMultiMap("", "access_token", accessToken))
- {
- foreach (var kvpValue in kvp.Value)
- {
- localVarRequestOptions.QueryParameters.Add(kvp.Key, kvpValue);
- }
- }
+ localVarRequestOptions.QueryParameters.Add(ClientUtils.ParameterToMultiMap("", "access_token", accessToken));
localVarRequestOptions.Data = ssoRequest;
|
This file's diff was not loaded because this changeset is very large. Load changes |
@@ -27,7 +27,7 @@ /// Gets or sets the error content (body json object)
/// </summary>
/// <value>The error content (Http response body).</value>
- public dynamic ErrorContent { get; private set; }
+ public object ErrorContent { get; private set; }
/// <summary>
/// Initializes a new instance of the <see cref="ApiException"/> class.
@@ -50,7 +50,7 @@ /// <param name="errorCode">HTTP status code.</param>
/// <param name="message">Error message.</param>
/// <param name="errorContent">Error content.</param>
- public ApiException(int errorCode, string message, dynamic errorContent = null) : base(message)
+ public ApiException(int errorCode, string message, object errorContent = null) : base(message)
{
ErrorCode = errorCode;
ErrorContent = errorContent;
|
@@ -50,6 +50,11 @@ /// Gets or sets any cookies passed along on the response.
/// </summary>
List<Cookie> Cookies { get; set; }
+
+ /// <summary>
+ /// The raw content of this response
+ /// </summary>
+ string RawContent { get; }
}
/// <summary>
@@ -97,6 +102,11 @@ /// </summary>
public object Content => Data;
+ /// <summary>
+ /// The raw content
+ /// </summary>
+ public string RawContent { get; }
+
#endregion Properties
#region Constructors
@@ -107,11 +117,23 @@ /// <param name="statusCode">HTTP status code.</param>
/// <param name="headers">HTTP headers.</param>
/// <param name="data">Data (parsed HTTP body)</param>
- public ApiResponse(HttpStatusCode statusCode, Multimap<string, string> headers, T data)
+ /// <param name="rawContent">Raw content.</param>
+ public ApiResponse(HttpStatusCode statusCode, Multimap<string, string> headers, T data, string rawContent)
{
StatusCode = statusCode;
Headers = headers;
Data = data;
+ RawContent = rawContent;
+ }
+
+ /// <summary>
+ /// Initializes a new instance of the <see cref="ApiResponse{T}" /> class.
+ /// </summary>
+ /// <param name="statusCode">HTTP status code.</param>
+ /// <param name="headers">HTTP headers.</param>
+ /// <param name="data">Data (parsed HTTP body)</param>
+ public ApiResponse(HttpStatusCode statusCode, Multimap<string, string> headers, T data) : this(statusCode, headers, data, null)
+ {
}
/// <summary>
@@ -119,10 +141,18 @@ /// </summary>
/// <param name="statusCode">HTTP status code.</param>
/// <param name="data">Data (parsed HTTP body)</param>
- public ApiResponse(HttpStatusCode statusCode, T data)
+ /// <param name="rawContent">Raw content.</param>
+ public ApiResponse(HttpStatusCode statusCode, T data, string rawContent) : this(statusCode, null, data, rawContent)
{
- StatusCode = statusCode;
- Data = data;
+ }
+
+ /// <summary>
+ /// Initializes a new instance of the <see cref="ApiResponse{T}" /> class.
+ /// </summary>
+ /// <param name="statusCode">HTTP status code.</param>
+ /// <param name="data">Data (parsed HTTP body)</param>
+ public ApiResponse(HttpStatusCode statusCode, T data) : this(statusCode, data, null)
+ {
}
#endregion Constructors
|
|
@@ -45,14 +45,11 @@ {
var parameters = new Multimap<string, string>();
- if (IsCollection(value) && collectionFormat == "multi")
+ if (value is ICollection collection && collectionFormat == "multi")
{
- if (value is IEnumerable valueCollection)
+ foreach (var item in collection)
{
- foreach (var item in valueCollection)
- {
- parameters.Add(name, ParameterToString(item));
- }
+ parameters.Add(name, ParameterToString(item));
}
}
else
@@ -73,44 +70,27 @@ /// <returns>Formatted string.</returns>
public static string ParameterToString(object obj, IReadableConfiguration configuration = null)
{
- if (obj is DateTime time)
+ if (obj is DateTime dateTime)
// Return a formatted date string - Can be customized with Configuration.DateTimeFormat
// Defaults to an ISO 8601, using the known as a Round-trip date/time pattern ("o")
// https://msdn.microsoft.com/en-us/library/az4se3k1(v=vs.110).aspx#Anchor_8
// For example: 2009-06-15T13:45:30.0000000
- return time.ToString((configuration ?? GlobalConfiguration.Instance).DateTimeFormat);
- if (obj is DateTimeOffset offset)
+ return dateTime.ToString((configuration ?? GlobalConfiguration.Instance).DateTimeFormat);
+ if (obj is DateTimeOffset dateTimeOffset)
// Return a formatted date string - Can be customized with Configuration.DateTimeFormat
// Defaults to an ISO 8601, using the known as a Round-trip date/time pattern ("o")
// https://msdn.microsoft.com/en-us/library/az4se3k1(v=vs.110).aspx#Anchor_8
// For example: 2009-06-15T13:45:30.0000000
- return offset.ToString((configuration ?? GlobalConfiguration.Instance).DateTimeFormat);
- if (obj is IList list )
- {
- var flattenedString = new StringBuilder();
- foreach (var param in list)
- {
- if (flattenedString.Length > 0)
- flattenedString.Append(",");
- flattenedString.Append(param);
- }
- return flattenedString.ToString();
- }
+ return dateTimeOffset.ToString((configuration ?? GlobalConfiguration.Instance).DateTimeFormat);
+ if (obj is bool boolean)
+ return boolean ? "true" : "false";
+ if (obj is ICollection collection)
+ return string.Join(",", collection.Cast<object>());
return Convert.ToString(obj);
}
/// <summary>
- /// Check if generic object is a collection.
- /// </summary>
- /// <param name="value"></param>
- /// <returns>True if object is a collection type</returns>
- private static bool IsCollection(object value)
- {
- return value is IList || value is ICollection;
- }
-
- /// <summary>
/// URL encode a string
/// Credit/Ref: https://github.com/restsharp/RestSharp/blob/master/RestSharp/Extensions/StringExtensions.cs#L50
/// </summary>
@@ -152,7 +132,7 @@ /// <returns>Encoded string.</returns>
public static string Base64Encode(string text)
{
- return System.Convert.ToBase64String(System.Text.Encoding.UTF8.GetBytes(text));
+ return Convert.ToBase64String(System.Text.Encoding.UTF8.GetBytes(text));
}
/// <summary>
@@ -162,30 +142,14 @@ /// <returns>Byte array</returns>
public static byte[] ReadAsBytes(Stream inputStream)
{
- var buf = new byte[16 * 1024];
using (var ms = new MemoryStream())
{
- int count;
- while ((count = inputStream.Read(buf, 0, buf.Length)) > 0)
- {
- ms.Write(buf, 0, count);
- }
+ inputStream.CopyTo(ms);
return ms.ToArray();
}
}
/// <summary>
- /// Dynamically cast the object into target type.
- /// </summary>
- /// <param name="fromObject">Object to be casted</param>
- /// <param name="toObject">Target type</param>
- /// <returns>Casted object</returns>
- public static dynamic ConvertType(dynamic fromObject, Type toObject)
- {
- return Convert.ChangeType(fromObject, toObject);
- }
-
- /// <summary>
/// Select the Content-Type header's value from the given content-type array:
/// if JSON type exists in the given array, use it;
/// otherwise use the first one defined in 'consumes'
|
@@ -9,11 +9,13 @@ */
using System;
+using System.Reflection;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Linq;
-using RestSharp;
+using System.Security.Cryptography.X509Certificates;
+using System.Text;
namespace NexportApi.Client
{
@@ -50,8 +52,8 @@ if (status >= 400)
{
return new ApiException(status,
- $"Error calling {methodName}: {response.Content}",
- response.Content);
+ $"Error calling {methodName}: {response.RawContent}",
+ response.RawContent);
}
return null;
@@ -61,12 +63,6 @@
#region Private Members
- /// <summary>
- /// Gets or set the rest client
- /// </summary>
- /// <value>The rest client</value>
- private RestClient _restClient;
-
/// <summary>
/// Defines the base path of the target API server.
/// Example: http://localhost:3000/v1/
@@ -107,7 +103,6 @@
// Setting Timeout has side effects (forces ApiClient creation).
Timeout = 100000;
- RestClient = new RestClient(BasePath);
}
/// <summary>
@@ -145,22 +140,12 @@ {
ApiKeyPrefix.Add(keyValuePair);
}
-
- RestClient = new RestClient(BasePath);
}
#endregion Constructors
#region Properties
- /// <summary>
- /// Gets or sets the rest client for API consumption
- /// </summary>
- public virtual RestClient RestClient {
- get => _restClient;
- set => _restClient = value;
- }
-
/// <summary>
/// Gets or sets the base path for API access.
/// </summary>
@@ -224,6 +209,12 @@ }
/// <summary>
+ /// Gets or sets certificate collection to be sent with requests.
+ /// </summary>
+ /// <value>X509 Certificate collection.</value>
+ public X509CertificateCollection ClientCertificates { get; set; }
+
+ /// <summary>
/// Gets or sets the access token for OAuth2 authentication.
///
/// This helper property simplifies code generation.
@@ -332,7 +323,7 @@ /// </summary>
public static string ToDebugReport()
{
- string report = "C# SDK (NexportApi) Debug Report:\n";
+ var report = "C# SDK (NexportApi) Debug Report:\n";
report += " OS: " + System.Runtime.InteropServices.RuntimeInformation.OSDescription + "\n";
report += " Version of the API: v1\n";
report += " SDK Package Version: 1.0.0\n";
|
@@ -10,7 +10,7 @@
using System;
using System.Collections.Generic;
-using RestSharp;
+using System.Security.Cryptography.X509Certificates;
namespace NexportApi.Client
{
@@ -93,16 +93,16 @@ string Password { get; }
/// <summary>
- /// Gets the rest client.
- /// </summary>
- /// <value>RestClient.</value>
- RestClient RestClient{ get; }
-
- /// <summary>
/// Gets the API key with prefix.
/// </summary>
/// <param name="apiKeyIdentifier">API key identifier (authentication scheme).</param>
/// <returns>API key with prefix.</returns>
string GetApiKeyWithPrefix(string apiKeyIdentifier);
+
+ /// <summary>
+ /// Gets certificate collection to be sent with requests.
+ /// </summary>
+ /// <value>X509 Certificate collection.</value>
+ X509CertificateCollection ClientCertificates { get; }
}
}
|
This file's diff was not loaded because this changeset is very large. Load changes |
@@ -9,7 +9,6 @@ */
using System;
-using System.IO;
using System.Text;
using System.Collections.Generic;
using System.Runtime.Serialization;
@@ -40,7 +39,7 @@ InvoiceItemId = invoiceItemId;
// to ensure "apiErrorEntity" is required (not null)
- ApiErrorEntity = apiErrorEntity ?? throw new InvalidDataException("apiErrorEntity is a required property for AddInvoiceItemResponse and cannot be null");
+ ApiErrorEntity = apiErrorEntity ?? throw new ArgumentNullException(nameof(ApiErrorEntity), "apiErrorEntity is a required property for AddInvoiceItemResponse and cannot be null");
}
/// <summary>
|
@@ -9,7 +9,6 @@ */
using System;
-using System.IO;
using System.Text;
using System.Collections.Generic;
using System.Runtime.Serialization;
@@ -40,7 +39,7 @@ InvoicePaymentId = invoicePaymentId;
// to ensure "apiErrorEntity" is required (not null)
- ApiErrorEntity = apiErrorEntity ?? throw new InvalidDataException("apiErrorEntity is a required property for AddInvoicePaymentResponse and cannot be null");
+ ApiErrorEntity = apiErrorEntity ?? throw new ArgumentNullException(nameof(ApiErrorEntity), "apiErrorEntity is a required property for AddInvoicePaymentResponse and cannot be null");
}
/// <summary>
|
@@ -9,7 +9,6 @@ */
using System;
-using System.IO;
using System.Text;
using System.Collections.Generic;
using System.Runtime.Serialization;
@@ -40,7 +39,7 @@ InvoiceScheduledPaymentId = invoiceScheduledPaymentId;
// to ensure "apiErrorEntity" is required (not null)
- ApiErrorEntity = apiErrorEntity ?? throw new InvalidDataException("apiErrorEntity is a required property for AddInvoiceScheduledPaymentResponse and cannot be null");
+ ApiErrorEntity = apiErrorEntity ?? throw new ArgumentNullException(nameof(ApiErrorEntity), "apiErrorEntity is a required property for AddInvoiceScheduledPaymentResponse and cannot be null");
}
/// <summary>
|
@@ -26,11 +26,11 @@ {
/// <summary>
/// Used to denote the kind of error that occurred, if any.
- /// 0 = No Error, 1 = Unknown Error, 2 = Validation Error, 3 = Item Not Found, 4 = Authentication Error, 5 = Authorization Error
+ /// 0 = No Error, 1 = Unknown Error, 2 = Validation Error, 3 = Item Not Found, 4 = Authentication Error, 5 = Authorization Error, 6 = Subscription Not Found
/// </summary>
/// <value>
/// Used to denote the kind of error that occurred, if any.
- /// 0 = No Error, 1 = Unknown Error, 2 = Validation Error, 3 = Item Not Found, 4 = Authentication Error, 5 = Authorization Error
+ /// 0 = No Error, 1 = Unknown Error, 2 = Validation Error, 3 = Item Not Found, 4 = Authentication Error, 5 = Authorization Error, 6 = Subscription Not Found
/// </value>
public enum ErrorCodeEnum
{
@@ -68,7 +68,13 @@ /// Enum AuthorizationError for value: 5
/// </summary>
[Display(Name = "Authorization Error")]
- AuthorizationError = 5
+ AuthorizationError = 5,
+
+ /// <summary>
+ /// Enum SubscriptionNotFound for value: 6
+ /// </summary>
+ [Display(Name = "Subscription Not Found")]
+ SubscriptionNotFound = 6
}
/// <summary>
@@ -90,7 +96,7 @@ /// <summary>
/// Initializes a new instance of the <see cref="ApiErrorEntity" /> class.
/// </summary>
- /// <param name="errorCode">Used to denote the kind of error that occurred, if any. 0 = No Error, 1 = Unknown Error, 2 = Validation Error, 3 = Item Not Found, 4 = Authentication Error, 5 = Authorization Error (required).</param>
+ /// <param name="errorCode">Used to denote the kind of error that occurred, if any. 0 = No Error, 1 = Unknown Error, 2 = Validation Error, 3 = Item Not Found, 4 = Authentication Error, 5 = Authorization Error, 6 = Subscription Not Found (required).</param>
/// <param name="errorMessage">Message describing what caused the error to occur.</param>
public ApiErrorEntity(ErrorCodeEnum errorCode = default, string errorMessage = default)
{
|
@@ -9,7 +9,6 @@ */
using System;
-using System.IO;
using System.Text;
using System.Collections.Generic;
using System.Runtime.Serialization;
@@ -37,7 +36,7 @@ public ApiResponseBase(ApiErrorEntity apiErrorEntity = default)
{
// to ensure "apiErrorEntity" is required (not null)
- ApiErrorEntity = apiErrorEntity ?? throw new InvalidDataException("apiErrorEntity is a required property for ApiResponseBase and cannot be null");
+ ApiErrorEntity = apiErrorEntity ?? throw new ArgumentNullException(nameof(ApiErrorEntity), "apiErrorEntity is a required property for ApiResponseBase and cannot be null");
}
/// <summary>
|
This file's diff was not loaded because this changeset is very large. Load changes |
@@ -10,7 +10,6 @@
using System;
using System.Linq;
-using System.IO;
using System.Text;
using System.Collections.Generic;
using System.Runtime.Serialization;
@@ -47,7 +46,8 @@ TotalCount = totalCount;
// to ensure "apiErrorEntity" is required (not null)
- ApiErrorEntity = apiErrorEntity ?? throw new InvalidDataException("apiErrorEntity is a required property for AssignmentSessionsResponse and cannot be null");
+ ApiErrorEntity = apiErrorEntity ?? throw new ArgumentNullException(nameof(ApiErrorEntity), "apiErrorEntity is a required property for AssignmentSessionsResponse and cannot be null");
+ Sessions = sessions;
}
/// <summary>
|
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
@@ -9,7 +9,6 @@ */
using System;
-using System.IO;
using System.Text;
using System.Collections.Generic;
using System.Runtime.Serialization;
|
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
@@ -9,7 +9,6 @@ */
using System;
-using System.IO;
using System.Text;
using System.Collections.Generic;
using System.Runtime.Serialization;
|
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
This file's diff was not loaded because this changeset is very large. Load changes |
Loading...