Skip to content

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

Merged
elchicodepython merged 4 commits intoelchicodepython:masterfrom
jangxx:master
Mar 4, 2023
Merged

Small improvements + support for table management and column management#7
elchicodepython merged 4 commits intoelchicodepython:masterfrom
jangxx:master

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
steve-goldberg referenced this pull request in steve-goldberg/nocodb-py Jan 23, 2026
* use urljoin instead of string concatenation, added gitignore

* added table management endpoints

* added table column endpoints

* fixed a name clash with the get_table_uri method
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.

2 participants