Skip to content

Commit f89a941

Browse files
authored
Merge pull request #7 from RusticiSoftware/launchAuth
Regenerate client to add LaunchAuth and updateLearnerInfo
2 parents 44282c7 + dacad19 commit f89a941

19 files changed

+1583
-1121
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ REST API used for SCORM Cloud integrations.
44
This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

66
- API version: 2.0
7-
- Package version: 1.0.0
7+
- Package version: 1.0.1
88
- Build package: io.swagger.codegen.languages.PhpClientCodegen
99

1010
## Requirements

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rustici-software/scormcloud-api-v2-client-php",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"keywords": [
66
"scorm",
@@ -27,4 +27,4 @@
2727
"autoload": {
2828
"psr-4": { "RusticiSoftware\\Cloud\\V2\\" : "src/" }
2929
}
30-
}
30+
}

src/Api/AboutApi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function setApiClient(\RusticiSoftware\Cloud\V2\ApiClient $apiClient)
9090
/**
9191
* Operation getAbout
9292
*
93-
* Get back the version and platform of the running instance of Engine
93+
* Get back the API version and application name.
9494
*
9595
* @throws \RusticiSoftware\Cloud\V2\ApiException on non-2xx response
9696
* @return \RusticiSoftware\Cloud\V2\Model\AboutSchema
@@ -104,7 +104,7 @@ public function getAbout()
104104
/**
105105
* Operation getAboutWithHttpInfo
106106
*
107-
* Get back the version and platform of the running instance of Engine
107+
* Get back the API version and application name.
108108
*
109109
* @throws \RusticiSoftware\Cloud\V2\ApiException on non-2xx response
110110
* @return array of \RusticiSoftware\Cloud\V2\Model\AboutSchema, HTTP status code, HTTP response headers (array of strings)

0 commit comments

Comments
 (0)