@@ -243,7 +243,7 @@ httpClient.GenerateCurlInConsole(
243243
244244### **Post Method** sample code (it will be written in the **file**):
245245
246- If the path variable is null or empty , then the file is created in the **root project **.
246+ If the path variable is null or empty , then the file is created in the **yourProjectPath / bin / Debug / netx .0**
247247
248248If the filename variable is null or empty , then the current date will be set for it with this format : ** yyyyMMdd **
249249
@@ -274,7 +274,7 @@ httpClient.GenerateCurlInFile(
274274
275275### **Get Method** sample code (it will be written in the **file**):
276276
277- If the path variable is null or empty , then the file is created in the **root project **.
277+ If the path variable is null or empty , then the file is created in the **yourProjectPath / bin / Debug / netx .0**
278278
279279If the filename variable is null or empty , then the current date will be set for it with this format : ** yyyyMMdd **
280280
@@ -304,7 +304,7 @@ httpClient.GenerateCurlInFile(
304304
305305### **Put Method** sample code (it will be written in the **file**):
306306
307- If the path variable is null or empty , then the file is created in the **root project **.
307+ If the path variable is null or empty , then the file is created in the **yourProjectPath / bin / Debug / netx .0**
308308
309309If the filename variable is null or empty , then the current date will be set for it with this format : ** yyyyMMdd **
310310
@@ -335,7 +335,7 @@ httpClient.GenerateCurlInFile(
335335
336336### **Patch Method** sample code (it will be written in the **file**):
337337
338- If the path variable is null or empty , then the file is created in the **root project **.
338+ If the path variable is null or empty , then the file is created in the **yourProjectPath / bin / Debug / netx .0**
339339
340340If the filename variable is null or empty , then the current date will be set for it with this format : ** yyyyMMdd **
341341
@@ -366,7 +366,7 @@ httpClient.GenerateCurlInFile(
366366
367367### **Delete Method** sample code (it will be written in the **file**):
368368
369- If the path variable is null or empty , then the file is created in the **root project **.
369+ If the path variable is null or empty , then the file is created in the **yourProjectPath / bin / Debug / netx .0**
370370
371371If the filename variable is null or empty , then the current date will be set for it with this format : ** yyyyMMdd **
372372
0 commit comments