Skip to content

Support for GitHub Enterprise in github module #1812

@vaygr

Description

@vaygr

It would be great to have that work offloaded to github module instead of using curl scripts.

I guess the only change would be a URL string, pointing to github enterprise installation.

So

string content{m_http->get("https://api.github.com/notifications?access_token=" + m_accesstoken)};

would become

 string content{m_http->get("https://hub.domain.tld/api/v3/notifications?access_token=" + m_accesstoken)}; 

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions