Alternative language Service Key Auth

Hey there,

I started off using the Python providing sdk, but pivoted to C# due to ease of development for a large ELT job.

I have successfully implemented this, and is working great.

My team now has some needs to do some additional Post and Puts back to ComboCurve, and I would prefer to write these in a little more performant language (Go).

This leads me to my question, being am I able to right my on until for an OAuth2 bearer token from the service account json? Using something like googles library?

Or is there something special going on in the client SDK’s?

Poked around in the Python one a bit, and assume if I can just “recreate” in Go this all things would be fine?

But wanted to get a firm answer.

This also comes from other questions, I.E I’ve been using the custom connector feature for a few different APIs in Airbyte, and wanted to know if some of the unested endpoints, primarily daily and monthly productions, would be able to utilize a feature like that.

Airbyte Custom Connectors: Low-code connector development | Airbyte Documentation

Answered my own question, just recreated the python sdk in code, gonna make it public incase anyone else may want to use it

Still curious on the Airbyte front though, if anyone may have some insight.

Link to the Github Repo: GitHub - agaddis02/combocurve-api-go at v.0.0.1