Skip to content

Commit dda4601

Browse files
committed
Adds missing XapiStatement model for beta release
1 parent a93f935 commit dda4601

File tree

104 files changed

+3291
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+3291
-76
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ hs_err_pid*
1919
target
2020
.gradle
2121
build
22+
23+
.idea/
24+
scormcloud-api-v2-client.iml

docs/ApplicationManagementApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ApplicationManagementApi
22

3-
All URIs are relative to *https://cloud.scorm.com/api/v2/*
3+
All URIs are relative to *https://dev.cloud.scorm.com/api/v2/*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

docs/AuthenticationApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AuthenticationApi
22

3-
All URIs are relative to *https://cloud.scorm.com/api/v2/*
3+
All URIs are relative to *https://dev.cloud.scorm.com/api/v2/*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

docs/CourseApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CourseApi
22

3-
All URIs are relative to *https://cloud.scorm.com/api/v2/*
3+
All URIs are relative to *https://dev.cloud.scorm.com/api/v2/*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

docs/PingApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PingApi
22

3-
All URIs are relative to *https://cloud.scorm.com/api/v2/*
3+
All URIs are relative to *https://dev.cloud.scorm.com/api/v2/*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

docs/RegistrationApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RegistrationApi
22

3-
All URIs are relative to *https://cloud.scorm.com/api/v2/*
3+
All URIs are relative to *https://dev.cloud.scorm.com/api/v2/*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

docs/XapiAccount.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# XapiAccount
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**homePage** | **String** | |
8+
**name** | **String** | |
9+
10+
11+

docs/XapiActivity.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# XapiActivity
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**objectType** | **String** | | [optional]
8+
**id** | **String** | |
9+
**definition** | [**XapiActivityDefinition**](XapiActivityDefinition.md) | | [optional]
10+
11+
12+

docs/XapiActivityDefinition.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
# XapiActivityDefinition
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**name** | **Map<String, String>** | | [optional]
8+
**description** | **Map<String, String>** | | [optional]
9+
**type** | **String** | | [optional]
10+
**moreInfo** | **String** | | [optional]
11+
**interactionType** | **String** | | [optional]
12+
**correctResponsesPattern** | **List<String>** | | [optional]
13+
**choices** | [**List<XapiInteractionComponent>**](XapiInteractionComponent.md) | | [optional]
14+
**scale** | [**List<XapiInteractionComponent>**](XapiInteractionComponent.md) | | [optional]
15+
**source** | [**List<XapiInteractionComponent>**](XapiInteractionComponent.md) | | [optional]
16+
**target** | [**List<XapiInteractionComponent>**](XapiInteractionComponent.md) | | [optional]
17+
**steps** | [**List<XapiInteractionComponent>**](XapiInteractionComponent.md) | | [optional]
18+
**extensions** | **Map<String, Object>** | | [optional]
19+
20+
21+

docs/XapiAgentGroup.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
# XapiAgentGroup
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**objectType** | [**ObjectTypeEnum**](#ObjectTypeEnum) | |
8+
**name** | **String** | | [optional]
9+
**mbox** | **String** | | [optional]
10+
**mboxSha1sum** | **String** | | [optional]
11+
**openid** | **String** | | [optional]
12+
**account** | [**XapiAccount**](XapiAccount.md) | | [optional]
13+
**member** | [**List<XapiAgentGroup>**](XapiAgentGroup.md) | | [optional]
14+
15+
16+
<a name="ObjectTypeEnum"></a>
17+
## Enum: ObjectTypeEnum
18+
Name | Value
19+
---- | -----
20+
AGENT | &quot;Agent&quot;
21+
GROUP | &quot;Group&quot;
22+
23+
24+

0 commit comments

Comments
 (0)