hey all, on the Airbyte website is mentioned the R...
# ask-community-for-troubleshooting
c
hey all, on the Airbyte website is mentioned the REST:API source, but when deployed locally there doesnt look to be one. Is this only available in the Cloud version? 90% of the sources I work with are REST and before I go and create new connectors for this I wanted to test it out. Am I missing something to get this added?
1
g
Hey @Chris W, we don't support a generic REST api connector, but many of our connectors are REST api sources. If you need new REST source connectors, check out our CDK for building connectors, it removes the majority of the work to get one built 😄
s
@George Claireaux (Airbyte) Do we have SOAP API connector
g
Same answer as above, building a connector for the specific API should be relatively straight forward with the CDK. Happy to assist 😄
s
CAn this CDK work on Windows
?
I have checked link, its generate.sh
no corresponding batch file
g
Check out this slack thread for limitations on that. My advice would be to use WSL2 if you have that set up