WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ba25adb

Browse files
committed
update samples
1 parent a309cf2 commit ba25adb

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.17.0-SNAPSHOT
1+
7.18.0-SNAPSHOT

samples/client/others/typescript-angular-v20/builds/query-param-form/api/default.service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export class DefaultService extends BaseService {
3838
}
3939

4040
/**
41+
* @endpoint get /search_explode
4142
* @param ids Ids
4243
* @param filter Filter
4344
* @param country Filter
@@ -121,6 +122,7 @@ export class DefaultService extends BaseService {
121122
}
122123

123124
/**
125+
* @endpoint get /search_not_explode
124126
* @param ids Ids
125127
* @param filter Filter
126128
* @param country Filter
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.17.0-SNAPSHOT
1+
7.18.0-SNAPSHOT

samples/client/others/typescript-angular-v20/builds/query-param-json/api/default.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export class DefaultService extends BaseService {
3838
}
3939

4040
/**
41+
* @endpoint get /search
4142
* @param filter Filter
4243
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
4344
* @param reportProgress flag to report request and response progress.

0 commit comments

Comments
 (0)