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

api entrypoint to bypass context-parser #201

Closed
yaythomas opened this issue Oct 31, 2020 · 0 comments · Fixed by #202
Closed

api entrypoint to bypass context-parser #201

yaythomas opened this issue Oct 31, 2020 · 0 comments · Fixed by #202
Assignees
Labels
enhancement new features type: core core functionality up next features that are more or less on the TODO list

Comments

@yaythomas
Copy link
Member

API consumers want to invoke a pipeline without necessarily using the main() entry-point which assumes cli-esque shlex-ed args as input. Currently this means they have to drill further into the call-chain to invoke using a dict or context object directly, which are more internals than strictly speaking the api client should need to care about.

Add new api entrypoint that allows:

  • standard dict input to initialise context
  • specify loader

Keep all existing entrypoints for backwards compatibility.

@yaythomas yaythomas added enhancement new features up next features that are more or less on the TODO list type: core core functionality labels Oct 31, 2020
@yaythomas yaythomas self-assigned this Oct 31, 2020
@yaythomas yaythomas added this to To do in pypyr roadmap via automation Oct 31, 2020
yaythomas added a commit that referenced this issue Nov 7, 2020
pypyr roadmap automation moved this from To do to Done Nov 12, 2020
yaythomas added a commit that referenced this issue Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new features type: core core functionality up next features that are more or less on the TODO list
Projects
pypyr roadmap
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant