File tree Expand file tree Collapse file tree 9 files changed +14069
-77
lines changed
src/main/java/com/glean/api_client Expand file tree Collapse file tree 9 files changed +14069
-77
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ generation:
1515 oAuth2ClientCredentialsEnabled : true
1616 oAuth2PasswordEnabled : true
1717java :
18- version : 0.0.1
18+ version : 0.0.3
1919 additionalDependencies : []
2020 additionalPlugins : []
2121 artifactID : api-client
2222 clientServerStatusCodesAsErrors : true
23- companyEmail : info@mycompany .com
24- companyName : My Company
25- companyURL : www.mycompany .com
23+ companyEmail : info@glean .com
24+ companyName : Glean
25+ companyURL : www.glean .com
2626 defaultErrorName : APIException
2727 flattenGlobalSecurity : true
28- githubURL : github.com/owner/repo
28+ githubURL : github.com/gleanwork/api-client-java
2929 groupID : com.glean
3030 imports :
3131 option : openapi
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11speakeasyVersion: 1.539.2
22sources:
3+ Glean API:
4+ sourceNamespace: glean-api-specs
5+ sourceRevisionDigest: sha256:57e3640581a128d3fe18376fa9d80f8340eadf0dc0982aa35c09bef0980967b3
6+ sourceBlobDigest: sha256:6bc72f74f71a240fd856970a3e7f199b01435c1dbe606428131177cb092508c3
7+ tags:
8+ - latest
39 Glean-OAS:
410 sourceNamespace: glean-oas
511 sourceRevisionDigest: sha256:8841834dd58ddd4e2dcf98fc90fbd06fbf3626a29df941503cce55b9548a5317
@@ -9,28 +15,27 @@ sources:
915 - 0.9.0
1016targets:
1117 glean:
12- source: Glean-OAS
13- sourceNamespace: glean-oas
14- sourceRevisionDigest: sha256:8841834dd58ddd4e2dcf98fc90fbd06fbf3626a29df941503cce55b9548a5317
18+ source: Glean API
19+ sourceNamespace: glean-api-specs
20+ sourceRevisionDigest: sha256:57e3640581a128d3fe18376fa9d80f8340eadf0dc0982aa35c09bef0980967b3
1521 sourceBlobDigest: sha256:6bc72f74f71a240fd856970a3e7f199b01435c1dbe606428131177cb092508c3
16- codeSamplesNamespace: glean-oas -java-code-samples
17- codeSamplesRevisionDigest: sha256:6e9c6c1b6b9b56c34248b33c1062094ca550f476ab9d4b8c0705e9368f99310b
22+ codeSamplesNamespace: glean-api-specs -java-code-samples
23+ codeSamplesRevisionDigest: sha256:c2f6fa21610e37d43925a5679cb0f6cf371a6926bd73fc8c146c3098ba1b04da
1824workflow:
1925 workflowVersion: 1.0.0
2026 speakeasyVersion: latest
2127 sources:
22- Glean-OAS :
28+ Glean API :
2329 inputs:
24- - location: https://raw.githubusercontent.com/gleanwork/open-api/d39b214b0c876212322d625b662b37e63760b261/overlayed_specs/glean-merged-spec.yaml
25- registry:
26- location: registry.speakeasyapi.dev/glean-el2/sdk/glean-oas
30+ - location: registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs
31+ output: .speakeasy/glean-merged-spec.yaml
2732 targets:
2833 glean:
2934 target: java
30- source: Glean-OAS
35+ source: Glean API
3136 codeSamples:
3237 registry:
33- location: registry.speakeasyapi.dev/glean-el2/sdk/glean-oas -java-code-samples
38+ location: registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs -java-code-samples
3439 labelOverride:
3540 fixedValue: Java (SDK)
3641 blocking: false
Original file line number Diff line number Diff line change 11workflowVersion : 1.0.0
22speakeasyVersion : latest
33sources :
4- Glean-OAS :
4+ Glean API :
55 inputs :
6- - location : https://raw.githubusercontent.com/gleanwork/open-api/d39b214b0c876212322d625b662b37e63760b261/overlayed_specs/glean-merged-spec.yaml
7- registry :
8- location : registry.speakeasyapi.dev/glean-el2/sdk/glean-oas
6+ - location : registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs
7+ output : .speakeasy/glean-merged-spec.yaml
98targets :
109 glean :
1110 target : java
12- source : Glean-OAS
11+ source : Glean API
1312 codeSamples :
1413 registry :
15- location : registry.speakeasyapi.dev/glean-el2/sdk/glean-oas -java-code-samples
14+ location : registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs -java-code-samples
1615 labelOverride :
1716 fixedValue : Java (SDK)
1817 blocking : false
Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ The samples below show how a published SDK artifact is used:
5353
5454Gradle:
5555``` groovy
56- implementation 'com.glean:api-client:0.0.1 '
56+ implementation 'com.glean:api-client:0.0.3 '
5757```
5858
5959Maven:
6060``` xml
6161<dependency >
6262 <groupId >com.glean</groupId >
6363 <artifactId >api-client</artifactId >
64- <version >0.0.1 </version >
64+ <version >0.0.3 </version >
6565</dependency >
6666```
6767
Original file line number Diff line number Diff line change @@ -80,17 +80,17 @@ publishing {
8080 // https://github.com/gradle/gradle/issues/18619
8181 groupId = " com.glean"
8282 artifactId = " api-client"
83- version = " 0.0.1 "
83+ version = " 0.0.3 "
8484
8585 from components. java
8686
8787 pom {
88- name = ' My Company Java SDK'
89- description = ' SDK enabling Java developers to easily integrate with the My Company API.'
90- url = ' https://github.com/owner/repo '
88+ name = ' Glean Java SDK'
89+ description = ' SDK enabling Java developers to easily integrate with the Glean API.'
90+ url = ' https://github.com/gleanwork/api-client-java '
9191 scm {
92- url = ' github.com/owner/repo '
93- connection = ' scm:git:ssh://git@github.com/owner/repo .git'
92+ url = ' github.com/gleanwork/api-client-java '
93+ connection = ' scm:git:ssh://git@github.com/gleanwork/api-client-java .git'
9494 }
9595 licenses {
9696 license {
@@ -100,14 +100,14 @@ publishing {
100100 }
101101 developers {
102102 developer {
103- name = ' My Company '
104- organization = ' My Company '
105- email = ' info@mycompany .com'
103+ name = ' Glean '
104+ organization = ' Glean '
105+ email = ' info@glean .com'
106106 }
107107 }
108108 organization {
109- name = ' My Company '
110- url = ' www.mycompany .com'
109+ name = ' Glean '
110+ url = ' www.glean .com'
111111 }
112112 }
113113 }
Original file line number Diff line number Diff line change 11groupId =com.glean
22artifactId =api-client
3- version =0.0.1
3+ version =0.0.3
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public String resolvedServerUrl() {
4040 } };
4141 private static final String LANGUAGE = "java" ;
4242 public static final String OPENAPI_DOC_VERSION = "0.9.0" ;
43- public static final String SDK_VERSION = "0.0.1 " ;
43+ public static final String SDK_VERSION = "0.0.3 " ;
4444 public static final String GEN_VERSION = "2.591.1" ;
4545 private static final String BASE_PACKAGE = "com.glean.api_client" ;
4646 public static final String USER_AGENT =
You can’t perform that action at this time.
0 commit comments