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

create a Client.get_project() to bootstrap a client from environment #185

Closed
jberends opened this issue Sep 12, 2017 · 1 comment
Closed
Assignees
Milestone

Comments

@jberends
Copy link
Member

  • for launching pykechain scripts in a script, we want to bootstrap it into a project
  • bootstrap from_env or from url, token, username, pass, scopename, scopeid
jberends pushed a commit that referenced this issue Sep 12, 2017
* added helper.py in pykechain
* ensured that `from pykechain import get_project` works
* added documentation to the documentation site
* added tests for the `get_project()`
* added `ClientError` to feedback errors that are with establishing a client, even before connection made
* updated the `Client.__init__()` to check if the url is valid
@jberends jberends added this to the v1.12 milestone Sep 12, 2017
@jberends jberends self-assigned this Sep 12, 2017
jberends pushed a commit that referenced this issue Sep 12, 2017
jberends added a commit that referenced this issue Sep 13, 2017
@jberends
Copy link
Member Author

jberends commented Sep 14, 2017

released in 1.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant