Open
Description
Hello
i would like to know if its possible to exclude to user value from the rest-api url
problem i have now
github_changelog_generator user/project --github-api http://..../rest/api/1.0/projects/projectname
Getting http response 404 for url
http://..../rest/api/1.0/projects/projectname/repos/user/repovalue/tags
but if i manually goto below url
http://..../rest/api/1.0/projects/projectname/repos/repovalue/tags
it works fine