-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename javascript package to minecraftverse
- Loading branch information
Showing
50 changed files
with
105 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Minecraftversions.Download | ||
# Minecraftverse.Download | ||
|
||
## Properties | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Minecraftversions.Version | ||
# Minecraftverse.Version | ||
|
||
## Properties | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Minecraftversions.VersionManifest | ||
# Minecraftverse.VersionManifest | ||
|
||
## Properties | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Minecraftversions.VersionManifestLatest | ||
# Minecraftverse.VersionManifestLatest | ||
|
||
## Properties | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Minecraftversions.VersionPackageInfo | ||
# Minecraftverse.VersionPackageInfo | ||
|
||
## Properties | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
clients/javascript/generated/docs/VersionPackageInfoAssetIndex.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Minecraftversions.VersionPackageInfoAssetIndex | ||
# Minecraftverse.VersionPackageInfoAssetIndex | ||
|
||
## Properties | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
clients/javascript/generated/docs/VersionPackageInfoDownloads.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Minecraftversions.VersionPackageInfoDownloads | ||
# Minecraftverse.VersionPackageInfoDownloads | ||
|
||
## Properties | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
clients/javascript/generated/docs/VersionPackageInfoJavaVersion.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Minecraftversions.VersionPackageInfoJavaVersion | ||
# Minecraftverse.VersionPackageInfoJavaVersion | ||
|
||
## Properties | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* | ||
* SDK for Minecraft versions info | ||
* | ||
* The version of the OpenAPI document: 0.10.1-pre.0 | ||
* The version of the OpenAPI document: 0.11.1-pre.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -17,7 +17,7 @@ import querystring from "querystring"; | |
|
||
/** | ||
* @module ApiClient | ||
* @version 0.10.1-pre.0 | ||
* @version 0.11.1-pre.0 | ||
*/ | ||
|
||
/** | ||
|
@@ -54,7 +54,7 @@ class ApiClient { | |
* @default {} | ||
*/ | ||
this.defaultHeaders = { | ||
'User-Agent': 'OpenAPI-Generator/0.10.1-pre.0/Javascript' | ||
'User-Agent': 'OpenAPI-Generator/0.11.1-pre.0/Javascript' | ||
}; | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* | ||
* SDK for Minecraft versions info | ||
* | ||
* The version of the OpenAPI document: 0.10.1-pre.0 | ||
* The version of the OpenAPI document: 0.11.1-pre.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -19,7 +19,7 @@ import VersionPackageInfo from '../model/VersionPackageInfo'; | |
/** | ||
* Default service. | ||
* @module api/DefaultApi | ||
* @version 0.10.1-pre.0 | ||
* @version 0.11.1-pre.0 | ||
*/ | ||
export default class DefaultApi { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* | ||
* SDK for Minecraft versions info | ||
* | ||
* The version of the OpenAPI document: 0.10.1-pre.0 | ||
* The version of the OpenAPI document: 0.11.1-pre.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -30,9 +30,9 @@ import DefaultApi from './api/DefaultApi'; | |
* <p> | ||
* An AMD (recommended!) or CommonJS application will generally do something equivalent to the following: | ||
* <pre> | ||
* var Minecraftversions = require('index'); // See note below*. | ||
* var xxxSvc = new Minecraftversions.XxxApi(); // Allocate the API class we're going to use. | ||
* var yyyModel = new Minecraftversions.Yyy(); // Construct a model instance. | ||
* var Minecraftverse = require('index'); // See note below*. | ||
* var xxxSvc = new Minecraftverse.XxxApi(); // Allocate the API class we're going to use. | ||
* var yyyModel = new Minecraftverse.Yyy(); // Construct a model instance. | ||
* yyyModel.someProperty = 'someValue'; | ||
* ... | ||
* var zzz = xxxSvc.doSomething(yyyModel); // Invoke the service. | ||
|
@@ -44,16 +44,16 @@ import DefaultApi from './api/DefaultApi'; | |
* <p> | ||
* A non-AMD browser application (discouraged) might do something like this: | ||
* <pre> | ||
* var xxxSvc = new Minecraftversions.XxxApi(); // Allocate the API class we're going to use. | ||
* var yyy = new Minecraftversions.Yyy(); // Construct a model instance. | ||
* var xxxSvc = new Minecraftverse.XxxApi(); // Allocate the API class we're going to use. | ||
* var yyy = new Minecraftverse.Yyy(); // Construct a model instance. | ||
* yyyModel.someProperty = 'someValue'; | ||
* ... | ||
* var zzz = xxxSvc.doSomething(yyyModel); // Invoke the service. | ||
* ... | ||
* </pre> | ||
* </p> | ||
* @module index | ||
* @version 0.10.1-pre.0 | ||
* @version 0.11.1-pre.0 | ||
*/ | ||
export { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* | ||
* SDK for Minecraft versions info | ||
* | ||
* The version of the OpenAPI document: 0.10.1-pre.0 | ||
* The version of the OpenAPI document: 0.11.1-pre.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; | |
/** | ||
* The Download model module. | ||
* @module model/Download | ||
* @version 0.10.1-pre.0 | ||
* @version 0.11.1-pre.0 | ||
*/ | ||
class Download { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* | ||
* SDK for Minecraft versions info | ||
* | ||
* The version of the OpenAPI document: 0.10.1-pre.0 | ||
* The version of the OpenAPI document: 0.11.1-pre.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; | |
/** | ||
* The Version model module. | ||
* @module model/Version | ||
* @version 0.10.1-pre.0 | ||
* @version 0.11.1-pre.0 | ||
*/ | ||
class Version { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* | ||
* SDK for Minecraft versions info | ||
* | ||
* The version of the OpenAPI document: 0.10.1-pre.0 | ||
* The version of the OpenAPI document: 0.11.1-pre.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -18,7 +18,7 @@ import VersionManifestLatest from './VersionManifestLatest'; | |
/** | ||
* The VersionManifest model module. | ||
* @module model/VersionManifest | ||
* @version 0.10.1-pre.0 | ||
* @version 0.11.1-pre.0 | ||
*/ | ||
class VersionManifest { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* | ||
* SDK for Minecraft versions info | ||
* | ||
* The version of the OpenAPI document: 0.10.1-pre.0 | ||
* The version of the OpenAPI document: 0.11.1-pre.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; | |
/** | ||
* The VersionManifestLatest model module. | ||
* @module model/VersionManifestLatest | ||
* @version 0.10.1-pre.0 | ||
* @version 0.11.1-pre.0 | ||
*/ | ||
class VersionManifestLatest { | ||
/** | ||
|
Oops, something went wrong.