Join Slack
Powered by
Hi, does airbyte have java http client?
# contributing-to-airbyte
k
kananindzya
01/25/2022, 5:20 PM
Hi, does airbyte have java http client?
kananindzya
01/25/2022, 6:16 PM
If this what you are looking for
https://github.com/airbytehq/airbyte/tree/master/airbyte-api/src/main/java/io/airbyte/api/client
kananindzya
01/25/2022, 7:08 PM
I didn't find published at maven any dependency related to
.airbyte.
. I solve problem with generating classes with
https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator-maven-plugin/README.md
and here, open api spec of airbyte:
https://petstore.swagger.io/?url=https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-api/src/main/openapi/config.yaml#/
kananindzya
01/25/2022, 7:08 PM
Thanks
@Harsha Teja Kanna
2
Views
Open in Slack
Previous
Next