Skip to content

Commit

Permalink
⏪ globally change cx.mikufan to mikufan.cx
Browse files Browse the repository at this point in the history
  • Loading branch information
CXwudi committed May 23, 2021
1 parent 5aab947 commit 0e2225b
Show file tree
Hide file tree
Showing 439 changed files with 3,693 additions and 2,411 deletions.
675 changes: 337 additions & 338 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.1
5.1.1
14 changes: 7 additions & 7 deletions README Original.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VocaDbWeb

- API version: 1.0

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

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

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

```xml
<dependency>
<groupId>cx.mikufan</groupId>
<groupId>mikufan.cx</groupId>
<artifactId>vocadb-api-client</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
Expand All @@ -52,7 +52,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "cx.mikufan:vocadb-api-client:1.0.0"
compile "mikufan.cx:vocadb-api-client:1.0.0"
```

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

```java

import cx.mikufan.vocadbapiclient.client.*;
import cx.mikufan.vocadbapiclient.client.auth.*;
import cx.mikufan.vocadbapiclient.model.*;
import cx.mikufan.vocadbapiclient.api.ActivityEntryApi;
import mikufan.cx.vocadbapiclient.client.*;
import mikufan.cx.vocadbapiclient.client.auth.*;
import mikufan.cx.vocadbapiclient.model.*;
import mikufan.cx.vocadbapiclient.api.ActivityEntryApi;

public class ActivityEntryApiExample {

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ This client is generated by:

``` shell
openapi-generator-cli generate \
--api-package cx.mikufan.vocadbapiclient.api \
--model-package cx.mikufan.vocadbapiclient.model \
--invoker-package cx.mikufan.vocadbapiclient.client \
--api-package mikufan.cx.vocadbapiclient.api \
--model-package mikufan.cx.vocadbapiclient.model \
--invoker-package mikufan.cx.vocadbapiclient.client \
-i https://vocadb.net/swagger/v1/swagger.json \
--group-id cx.mikufan \
--group-id mikufan.cx \
--artifact-id vocadb-api-client \
--artifact-version 1.0.0 \
-g java \
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'idea'
apply plugin: 'eclipse'

group = 'cx.mikufan'
group = 'mikufan.cx'
version = '1.0.0'

buildscript {
Expand Down
11 changes: 6 additions & 5 deletions docs/ActivityEntryApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Method | HTTP request | Description

```java
// Import classes:
import cx.mikufan.vocadbapiclient.client.ApiClient;
import cx.mikufan.vocadbapiclient.client.ApiException;
import cx.mikufan.vocadbapiclient.client.Configuration;
import cx.mikufan.vocadbapiclient.client.models.*;
import cx.mikufan.vocadbapiclient.api.ActivityEntryApi;
import mikufan.cx.vocadbapiclient.client.ApiClient;
import mikufan.cx.vocadbapiclient.client.ApiException;
import mikufan.cx.vocadbapiclient.client.Configuration;
import mikufan.cx.vocadbapiclient.client.models.*;
import mikufan.cx.vocadbapiclient.api.ActivityEntryApi;

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


### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
Expand Down
1 change: 1 addition & 0 deletions docs/ActivityEntryForApiContract.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# ActivityEntryForApiContract


## Properties

Name | Type | Description | Notes
Expand Down
1 change: 1 addition & 0 deletions docs/ActivityEntryForApiContractPartialFindResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# ActivityEntryForApiContractPartialFindResult


## Properties

Name | Type | Description | Notes
Expand Down
1 change: 1 addition & 0 deletions docs/AdvancedSearchFilterParams.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# AdvancedSearchFilterParams


## Properties

Name | Type | Description | Notes
Expand Down
Loading

0 comments on commit 0e2225b

Please sign in to comment.