Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small improvements + support for table management and column management #7

Merged
merged 4 commits into from Mar 4, 2023

Conversation

jangxx
Copy link
Contributor

@jangxx jangxx commented Mar 3, 2023

Hi, I needed access to the table and column management APIs, so I quickly added a few new methods to implement them. Not sure if the way I've implemented them fits the style of this library (untyped body: dict args, etc), but since you haven't added actual schemas for any of the other requests or responses I feel like it should be fine.

I also changed api.py a bit, to rely less on string concatenation and to use the urljoin function from urllib.parse (a python built-in) instead.

@elchicodepython
Copy link
Owner

LGTM. Thank you! ❤️

@elchicodepython elchicodepython merged commit 254998b into elchicodepython:master Mar 4, 2023
@elchicodepython elchicodepython added this to the 1.1 milestone Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants