🚧 WIP: Begin exploring the GitLab API
- add PrettyTable for display This commit is very much WIP. Just some inital playing with the API. Eventually this should lead to a tool that will export at a minimum the wiki and issues for a project. First though, I need to get a feel for how the API works.
This commit is contained in:
parent
1d2a91b0af
commit
6343ee6db3
2 changed files with 158 additions and 6 deletions
|
|
@ -17,7 +17,8 @@ classifiers = [
|
|||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = [
|
||||
"requests"
|
||||
"prettytable",
|
||||
"requests",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue