elastic / elasticsearch-serverless-python

Official Python client for Elasticsearch Serverless
Apache License 2.0
9 stars 4 forks source link

Initial generated code for serverless client #2

Closed JoshMock closed 1 year ago

JoshMock commented 1 year ago

First attempt at a serverless Python client.

Lots of code was copied over from elasticsearch-py, so there's likely some cleanup and tweaking necessary. Also, no unit or integration tests yet. But it does pass all linters and type-checks!

JoshMock commented 1 year ago

Merging for now. CI stuff is expected to fail for now, as I haven't fully hashed that out yet.