As it took me several hours to figure this out I wanted to share this here. If your working query is e.g.
https://my_git_host/api/v4/issues?state=opened&assignee_username[]=kermitthefrog
then the GitLab Instance URL to be put into Obsidian is without the api/v4 but only https://my_git_host. The api/v4 part is added in the code. Maybe this can be added to the Readme or somewhere else.
Other than that, really appreciate your app so far.
As it took me several hours to figure this out I wanted to share this here. If your working query is e.g.
https://my_git_host/api/v4/issues?state=opened&assignee_username[]=kermitthefrogthen the GitLab Instance URL to be put into Obsidian is without the api/v4 but only
https://my_git_host. The api/v4 part is added in the code. Maybe this can be added to the Readme or somewhere else.Other than that, really appreciate your app so far.