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

Add support for Model-less single-result API calls #28

Open
skylardarkfox opened this issue Jun 9, 2021 · 1 comment
Open

Add support for Model-less single-result API calls #28

skylardarkfox opened this issue Jun 9, 2021 · 1 comment
Assignees
Labels
feature request New feature or request

Comments

@skylardarkfox
Copy link
Contributor

Not everything needs a full result set. For things that return a single value, the API should be able to process this without bothering with Model generation - just a single procedure.

@skylardarkfox skylardarkfox self-assigned this Jun 9, 2021
@skylardarkfox
Copy link
Contributor Author

oneShot() has been added as a standalone function to run a Velox procedure one time outside the scope of a Model. The endpoint code and API call syntax just needs to be adjusted so that oneShot() is called when it's needed.

@skylardarkfox skylardarkfox added the feature request New feature or request label Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant