Skip to content

Commit 0e2225b

Browse files
committed
⏪ globally change cx.mikufan to mikufan.cx
1 parent 5aab947 commit 0e2225b

File tree

439 files changed

+3693
-2411
lines changed

Some content is hidden

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

439 files changed

+3693
-2411
lines changed

.openapi-generator/FILES

+337-338
Large diffs are not rendered by default.

.openapi-generator/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.1
1+
5.1.1

README Original.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VocaDbWeb
44

55
- API version: 1.0
66

7-
- Build date: 2021-05-20T13:35:02.772911500-04:00[America/New_York]
7+
- Build date: 2021-05-23T13:02:48.301797700-04:00[America/New_York]
88

99
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
1010

@@ -40,7 +40,7 @@ Add this dependency to your project's POM:
4040

4141
```xml
4242
<dependency>
43-
<groupId>cx.mikufan</groupId>
43+
<groupId>mikufan.cx</groupId>
4444
<artifactId>vocadb-api-client</artifactId>
4545
<version>1.0.0</version>
4646
<scope>compile</scope>
@@ -52,7 +52,7 @@ Add this dependency to your project's POM:
5252
Add this dependency to your project's build file:
5353

5454
```groovy
55-
compile "cx.mikufan:vocadb-api-client:1.0.0"
55+
compile "mikufan.cx:vocadb-api-client:1.0.0"
5656
```
5757

5858
### Others
@@ -74,10 +74,10 @@ Please follow the [installation](#installation) instruction and execute the foll
7474

7575
```java
7676

77-
import cx.mikufan.vocadbapiclient.client.*;
78-
import cx.mikufan.vocadbapiclient.client.auth.*;
79-
import cx.mikufan.vocadbapiclient.model.*;
80-
import cx.mikufan.vocadbapiclient.api.ActivityEntryApi;
77+
import mikufan.cx.vocadbapiclient.client.*;
78+
import mikufan.cx.vocadbapiclient.client.auth.*;
79+
import mikufan.cx.vocadbapiclient.model.*;
80+
import mikufan.cx.vocadbapiclient.api.ActivityEntryApi;
8181

8282
public class ActivityEntryApiExample {
8383

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ This client is generated by:
1010

1111
``` shell
1212
openapi-generator-cli generate \
13-
--api-package cx.mikufan.vocadbapiclient.api \
14-
--model-package cx.mikufan.vocadbapiclient.model \
15-
--invoker-package cx.mikufan.vocadbapiclient.client \
13+
--api-package mikufan.cx.vocadbapiclient.api \
14+
--model-package mikufan.cx.vocadbapiclient.model \
15+
--invoker-package mikufan.cx.vocadbapiclient.client \
1616
-i https://vocadb.net/swagger/v1/swagger.json \
17-
--group-id cx.mikufan \
17+
--group-id mikufan.cx \
1818
--artifact-id vocadb-api-client \
1919
--artifact-version 1.0.0 \
2020
-g java \

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

4-
group = 'cx.mikufan'
4+
group = 'mikufan.cx'
55
version = '1.0.0'
66

77
buildscript {

docs/ActivityEntryApi.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Method | HTTP request | Description
1818

1919
```java
2020
// Import classes:
21-
import cx.mikufan.vocadbapiclient.client.ApiClient;
22-
import cx.mikufan.vocadbapiclient.client.ApiException;
23-
import cx.mikufan.vocadbapiclient.client.Configuration;
24-
import cx.mikufan.vocadbapiclient.client.models.*;
25-
import cx.mikufan.vocadbapiclient.api.ActivityEntryApi;
21+
import mikufan.cx.vocadbapiclient.client.ApiClient;
22+
import mikufan.cx.vocadbapiclient.client.ApiException;
23+
import mikufan.cx.vocadbapiclient.client.Configuration;
24+
import mikufan.cx.vocadbapiclient.client.models.*;
25+
import mikufan.cx.vocadbapiclient.api.ActivityEntryApi;
2626

2727
public class Example {
2828
public static void main(String[] args) {
@@ -85,6 +85,7 @@ No authorization required
8585
- **Content-Type**: Not defined
8686
- **Accept**: text/plain, application/json, text/json
8787

88+
8889
### HTTP response details
8990
| Status code | Description | Response headers |
9091
|-------------|-------------|------------------|

docs/ActivityEntryForApiContract.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# ActivityEntryForApiContract
44

5+
56
## Properties
67

78
Name | Type | Description | Notes

docs/ActivityEntryForApiContractPartialFindResult.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# ActivityEntryForApiContractPartialFindResult
44

5+
56
## Properties
67

78
Name | Type | Description | Notes

docs/AdvancedSearchFilterParams.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# AdvancedSearchFilterParams
44

5+
56
## Properties
67

78
Name | Type | Description | Notes

0 commit comments

Comments
 (0)