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

Use CRUD functions internally #130

Open
Zaffer opened this issue Jan 2, 2022 · 2 comments
Open

Use CRUD functions internally #130

Zaffer opened this issue Jan 2, 2022 · 2 comments

Comments

@Zaffer
Copy link

Zaffer commented Jan 2, 2022

Is it possible to the call the CRUD functions inside the application from other parts of the code? How do I do that?

ie:

user = users.get(f"/user/{user_id}")

or something like that?

@awtkns
Copy link
Owner

awtkns commented Jan 5, 2022

Hi @Zaffer, good question! At the moment this in not currently possible.

However this should hopefully possible in the future (would require a small refactor)

@ChuckMoe
Copy link

I would really like to see official support for this functionality! It would make some of my use cases so much easier and also solve issue #136 ! Is there any progress on this @awtkns ?

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

No branches or pull requests

3 participants