Skip to content

Commit 087c28d

Browse files
committed
rebuilt client
1 parent 85c37fb commit 087c28d

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

samples/client/petstore/qt5cpp/client/SWGPetApi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ SWGPetApi::updatePetWithFormCallback(HttpRequestWorker * worker) {
431431
emit updatePetWithFormSignal();
432432
}
433433
void
434-
SWGPetApi::deletePet(QString* api_key, qint64 petId) {
434+
SWGPetApi::deletePet(QString* apiKey, qint64 petId) {
435435
QString fullPath;
436436
fullPath.append(this->host).append(this->basePath).append("/pet/{petId}");
437437

samples/client/petstore/qt5cpp/client/SWGPetApi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class SWGPetApi: public QObject {
2828
void findPetsByTags(QList<QString*>* tags);
2929
void getPetById(qint64 petId);
3030
void updatePetWithForm(QString* petId, QString* name, QString* status);
31-
void deletePet(QString* api_key, qint64 petId);
31+
void deletePet(QString* apiKey, qint64 petId);
3232
void uploadFile(qint64 petId, QString* additionalMetadata, SWGHttpRequestInputFileElement* file);
3333

3434
private:

samples/client/petstore/tizen/client/SamiPetApi.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,15 +380,15 @@ deletePetProcessor(HttpResponse* pHttpResponse, void (* handler)(void*, SamiErro
380380
}
381381

382382
void
383-
SamiPetApi::deletePetWithCompletion(String* api_key, Long* petId, void(*success)(SamiError*)) {
383+
SamiPetApi::deletePetWithCompletion(String* apiKey, Long* petId, void(*success)(SamiError*)) {
384384
client = new SamiApiClient();
385385

386386
client->success(&deletePetProcessor, (void(*)(void*, SamiError*))success);
387387
HashMap* headerParams = new HashMap(SingleObjectDeleter);
388388
headerParams->Construct();
389389

390390

391-
headerParams->Add(new String("api_key"), api_key);
391+
headerParams->Add(new String("api_key"), apiKey);
392392

393393

394394

samples/client/petstore/tizen/client/SamiPetApi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class SamiPetApi {
3939
updatePetWithFormWithCompletion(String* petId, String* name, String* status, void(* handler)(SamiError*));
4040

4141
void
42-
deletePetWithCompletion(String* api_key, Long* petId, void(* handler)(SamiError*));
42+
deletePetWithCompletion(String* apiKey, Long* petId, void(* handler)(SamiError*));
4343

4444
void
4545
uploadFileWithCompletion(Long* petId, String* additionalMetadata, SamiFile* file, void(* handler)(SamiError*));

samples/dynamic-html/docs/operations/PetApi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h3 class="section">Parameters</h3>
209209

210210
<span class="param-in">Header: </span>
211211

212-
<span class="param-name">api_key</span>
212+
<span class="param-name">apiKey</span>
213213
<span class="param-type">String</span>
214214

215215
<p class="param-description"></p>

samples/html/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ <h3 class="field-label">Return type</h3>
235235

236236
<h3 class="field-label">Parameters</h3>
237237
<div class="field-items">
238-
<div class="param">api_key (optional)</div>
238+
<div class="param">apiKey (optional)</div>
239239

240240
<div class="param-desc"><span class="param-type">Header Parameter</span> &mdash; </div>
241241
<div class="param">petId (required)</div>
@@ -332,7 +332,7 @@ <h3 class="field-label">Example data</h3>
332332
&quot;complete&quot; : true,
333333
&quot;status&quot; : &quot;aeiou&quot;,
334334
&quot;quantity&quot; : 123,
335-
&quot;shipDate&quot; : &quot;2015-05-21T05:49:06.118+0000&quot;
335+
&quot;shipDate&quot; : &quot;2015-05-23T15:56:49.441+0000&quot;
336336
}</code></pre>
337337

338338
<h3 class="field-label">Example data</h3>
@@ -341,7 +341,7 @@ <h3 class="field-label">Example data</h3>
341341
&lt;id&gt;123456&lt;/id&gt;
342342
&lt;petId&gt;123456&lt;/petId&gt;
343343
&lt;quantity&gt;0&lt;/quantity&gt;
344-
&lt;shipDate&gt;2015-05-20T22:49:06.120Z&lt;/shipDate&gt;
344+
&lt;shipDate&gt;2015-05-23T08:56:49.444Z&lt;/shipDate&gt;
345345
&lt;status&gt;string&lt;/status&gt;
346346
&lt;complete&gt;true&lt;/complete&gt;
347347
&lt;/Order&gt;</code></pre>
@@ -375,7 +375,7 @@ <h3 class="field-label">Example data</h3>
375375
&quot;complete&quot; : true,
376376
&quot;status&quot; : &quot;aeiou&quot;,
377377
&quot;quantity&quot; : 123,
378-
&quot;shipDate&quot; : &quot;2015-05-21T05:49:06.121+0000&quot;
378+
&quot;shipDate&quot; : &quot;2015-05-23T15:56:49.445+0000&quot;
379379
}</code></pre>
380380

381381
<h3 class="field-label">Example data</h3>
@@ -384,7 +384,7 @@ <h3 class="field-label">Example data</h3>
384384
&lt;id&gt;123456&lt;/id&gt;
385385
&lt;petId&gt;123456&lt;/petId&gt;
386386
&lt;quantity&gt;0&lt;/quantity&gt;
387-
&lt;shipDate&gt;2015-05-20T22:49:06.122Z&lt;/shipDate&gt;
387+
&lt;shipDate&gt;2015-05-23T08:56:49.445Z&lt;/shipDate&gt;
388388
&lt;status&gt;string&lt;/status&gt;
389389
&lt;complete&gt;true&lt;/complete&gt;
390390
&lt;/Order&gt;</code></pre>

0 commit comments

Comments
 (0)