-
Notifications
You must be signed in to change notification settings - Fork 4
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
Write a generic API wrapper for GitHub, GitLab and Git Server #6
Comments
Hey @tapaswenipathak something like this already exists, do we need to reinvent the wheel? |
Hello! Does this solve our work? Anything which solves our work works; on you now. Let me know if you wanna discuss anything. |
a lot of features are available in this library, features which are missing can be added using actual github api.. so basically yes our work will be solved... also I am currently being specific to github only. |
@tapaswenipathak for this should I write output as organized json? |
Host on herokuapp. Yea, APIs output should be JSON. |
Hello! We require a generic wrapper, only GitHub? |
@tapaswenipathak there are no good libraries present for GitLab typed interactions in python. |
We should be creating then, multiple libraries can be implemented in 1 flask app. What all are there? |
on seeing PyGithub I realized that it is very huge and covers almost every features of GitHub API, if we go on implementing PyGitlab kind of library, certainly it will be useful, but covering it as PyGithub will be time heavy..like really time heavy. |
Let's chat in Slack. |
The open source organisation can have their work on
Write a generic Python wrapper that can
dep #5. cc @vermakhushboo.
The text was updated successfully, but these errors were encountered: