[New feature] create basic api model by given an sqlachemy table#489
Open
selobu wants to merge 8 commits intopython-restx:masterfrom
Open
[New feature] create basic api model by given an sqlachemy table#489selobu wants to merge 8 commits intopython-restx:masterfrom
selobu wants to merge 8 commits intopython-restx:masterfrom
Conversation
+ Add tools file with createApiModel + Add basci test file to check createApiModel
+ Set coding to utf8 + adding relative flask_restx import during createapimodel test
|
@selobu Was this pull request abandoned? Or did you receive any feedback from the maintainers? I am interested in this kind of funcitonality to integrate w/ sqlalchemy as well. |
Author
|
I haven't received any feedback yet.
El vie, 2 de ago. de 2024 12:56 p. m., PiranhaBrands-KH <
***@***.***> escribió:
… @selobu <https://github.com/selobu> Was this pull request abandoned? Or
did you receive any feedback from the maintainers? I am interested in this
kind of funcitonality to integrate w/ sqlalchemy as well.
—
Reply to this email directly, view it on GitHub
<#489 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXQCWGDJZBYEPKYLW2VT63ZPPB5RAVCNFSM6AAAAABL467FUSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRVHA4DANRWGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
Just bumping this, and whether it's still under consideration (@peter-doggart seems to be the most active person with write access) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allows the developer to faster create basic api model by given an sqlalchemy table