Skip to content

Commit 70b4c0e

Browse files
authored
Merge pull request #24 from RusticiSoftware/v2.1.0-release
Updated library to work with course download and LTI 1.3 endpoints
2 parents edcd9c9 + 1cd5bba commit 70b4c0e

File tree

155 files changed

+6074
-313
lines changed

Some content is hidden

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

155 files changed

+6074
-313
lines changed

README.md

Lines changed: 3 additions & 2 deletions
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: 2.0.0
7+
- Package version: 2.1.0
88
- Build package: io.swagger.codegen.languages.PhpClientCodegen
99

1010
## Requirements
@@ -27,7 +27,8 @@ $response = $dispatch_api->updateDispatchesWithHttpInfo(new \RusticiSoftware\Clo
2727
print($response[2]['X-Total-Count'][0])
2828
```
2929

30-
## Release 2.0.X:
30+
## Changelog
31+
### Release 2.0.X:
3132
- Boolean parameters no longer need to be passed as strings to parse correctly.
3233
- The service class' constructor no longer requires passing of a configuration object. If no config object is passed,
3334
the default will automatically be used instead.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rustici-software/scormcloud-api-v2-client-php",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"keywords": [
66
"scorm",

src/Api/AboutApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 2.0
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 2.4.12
20+
* Swagger Codegen version: 2.4.27
2121
*/
2222

2323
/**

src/Api/ApplicationManagementApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 2.0
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 2.4.12
20+
* Swagger Codegen version: 2.4.27
2121
*/
2222

2323
/**

src/Api/AuthenticationApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 2.0
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 2.4.12
20+
* Swagger Codegen version: 2.4.27
2121
*/
2222

2323
/**

0 commit comments

Comments
 (0)