Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-11-03 21:59:46 +00:00
parent db0befe675
commit 340daa09b4
185 changed files with 186 additions and 183 deletions

View File

@@ -1,4 +1,4 @@
curl "https://api.m3o.com/v1/user/Create" \
curl "http://localhost:8080/user/Create" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{

View File

@@ -1,4 +1,4 @@
curl "https://api.m3o.com/v1/user/Delete" \
curl "http://localhost:8080/user/Delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{

View File

@@ -1,4 +1,4 @@
curl "https://api.m3o.com/v1/user/Login" \
curl "http://localhost:8080/user/Login" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{

View File

@@ -1,4 +1,4 @@
curl "https://api.m3o.com/v1/user/Logout" \
curl "http://localhost:8080/user/Logout" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{

View File

@@ -1,4 +1,4 @@
curl "https://api.m3o.com/v1/user/Read" \
curl "http://localhost:8080/user/Read" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{

View File

@@ -1,4 +1,4 @@
curl "https://api.m3o.com/v1/user/Read" \
curl "http://localhost:8080/user/Read" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{

View File

@@ -1,4 +1,4 @@
curl "https://api.m3o.com/v1/user/Read" \
curl "http://localhost:8080/user/Read" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{

View File

@@ -1,4 +1,4 @@
curl "https://api.m3o.com/v1/user/ReadSession" \
curl "http://localhost:8080/user/ReadSession" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{

View File

@@ -1,4 +1,4 @@
curl "https://api.m3o.com/v1/user/SendVerificationEmail" \
curl "http://localhost:8080/user/SendVerificationEmail" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{

View File

@@ -1,4 +1,4 @@
curl "https://api.m3o.com/v1/user/Update" \
curl "http://localhost:8080/user/Update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{

View File

@@ -1,4 +1,4 @@
curl "https://api.m3o.com/v1/user/UpdatePassword" \
curl "http://localhost:8080/user/UpdatePassword" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{

View File

@@ -1,4 +1,4 @@
curl "https://api.m3o.com/v1/user/VerifyEmail" \
curl "http://localhost:8080/user/VerifyEmail" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{