Skip to content

Commit 64c676c

Browse files
committed
Regenerate clients after move to api64.
1 parent 6f99f77 commit 64c676c

File tree

213 files changed

+243
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+243
-243
lines changed

clients/ada-server/generated/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ the **null** instruction by real code.
8888

8989
### API Documentation
9090

91-
All URIs are relative to *https://api.ipify.org*
91+
All URIs are relative to *https://api64.ipify.org*
9292

9393
Method | HTTP request | Description
9494
------------- | ------------- | -------------

clients/ada-server/generated/web/swagger/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version" : "5.3.1-pre.0"
1515
},
1616
"servers" : [ {
17-
"url" : "https://api.ipify.org"
17+
"url" : "https://api64.ipify.org"
1818
} ],
1919
"paths" : {
2020
"/" : {

clients/android/generated/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class DefaultApiExample {
8080

8181
## Documentation for API Endpoints
8282

83-
All URIs are relative to *https://api.ipify.org*
83+
All URIs are relative to *https://api64.ipify.org*
8484

8585
Class | Method | HTTP request | Description
8686
------------ | ------------- | ------------- | -------------

clients/android/generated/docs/DefaultApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DefaultApi
22

3-
All URIs are relative to *https://api.ipify.org*
3+
All URIs are relative to *https://api64.ipify.org*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

clients/android/generated/src/main/java/org/openapitools/client/api/DefaultApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import java.util.concurrent.TimeoutException;
3535

3636
public class DefaultApi {
37-
String basePath = "https://api.ipify.org";
37+
String basePath = "https://api64.ipify.org";
3838
ApiInvoker apiInvoker = ApiInvoker.getInstance();
3939

4040
public void addHeader(String key, String value) {

clients/apex/generated/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ try {
6060

6161
## Documentation for API Endpoints
6262

63-
All URIs are relative to *https://api.ipify.org*
63+
All URIs are relative to *https://api64.ipify.org*
6464

6565
Class | Method | HTTP request | Description
6666
------------ | ------------- | ------------- | -------------
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
public class OASClient extends OAS.ApiClient {
22
public OASClient() {
3-
basePath = 'https://api.ipify.org';
3+
basePath = 'https://api64.ipify.org';
44
calloutName = 'openapi_ipify';
55
}
66
}

clients/apex/generated/force-app/main/default/namedCredentials/openapi_ipify.namedCredential-meta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<NamedCredential xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<endpoint>https://api.ipify.org</endpoint>
3+
<endpoint>https://api64.ipify.org</endpoint>
44
<principalType>Anonymous</principalType>
55
<protocol>NoAuthentication</protocol>
66
<label>openapi_ipify</label>

clients/aspnetcore/generated/Org.OpenAPITools.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.27428.2043
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Org.OpenAPITools", "src\Org.OpenAPITools\Org.OpenAPITools.csproj", "{03D6DB78-747C-4749-92E5-787F51B0F149}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Org.OpenAPITools", "src\Org.OpenAPITools\Org.OpenAPITools.csproj", "{B40BFA48-6E79-4B7A-894C-1D517E310745}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{03D6DB78-747C-4749-92E5-787F51B0F149}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{03D6DB78-747C-4749-92E5-787F51B0F149}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{03D6DB78-747C-4749-92E5-787F51B0F149}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{03D6DB78-747C-4749-92E5-787F51B0F149}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{B40BFA48-6E79-4B7A-894C-1D517E310745}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{B40BFA48-6E79-4B7A-894C-1D517E310745}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{B40BFA48-6E79-4B7A-894C-1D517E310745}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{B40BFA48-6E79-4B7A-894C-1D517E310745}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE

clients/aspnetcore/generated/src/Org.OpenAPITools/Org.OpenAPITools.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Version>1.0.0</Version>
1010
<AssemblyName>Org.OpenAPITools</AssemblyName>
1111
<PackageId>Org.OpenAPITools</PackageId>
12-
<UserSecretsId>76308569-db6f-4ee7-be6d-ca7500fd0cb2</UserSecretsId>
12+
<UserSecretsId>419f02a0-ea0c-4421-b49f-9af24efec2da</UserSecretsId>
1313
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
1414
<DockerfileContext>..\..</DockerfileContext>
1515
</PropertyGroup>

0 commit comments

Comments
 (0)