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 a client for monday.com and expose commands #2

Open
viniarck opened this issue Mar 1, 2022 · 0 comments
Open

Add a client for monday.com and expose commands #2

viniarck opened this issue Mar 1, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@viniarck
Copy link
Member

viniarck commented Mar 1, 2022

Monday will also be used and a new entry point should be be exposed for it:

diff --git a/setup.py b/setup.py
index 2f5914d..a93d8be 100644
--- a/setup.py
+++ b/setup.py
@@ -27,6 +27,8 @@ setup(
         "Operating System :: POSIX :: Linux",
         "Operating System :: MacOS",
     ],
-    entry_points={"console_scripts": "ghs=ghs.bin.cli:main"},
+    entry_points={
+        "console_scripts": ["ghs=ghs.bin.cli:main", "monday=monday.bin.main"]
+    },
     zip_safe=False,
 )

The functionalities, command and which endpoints (with OAuth) will be consumed will be mapped later on when this turned into a higher priority.

@viniarck viniarck added the enhancement New feature or request label Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant