Skip to content

Refactor gitstatus.go to use go-github package #4

@DMcP89

Description

@DMcP89

Problem

gitstatus.go currently access the github api via custom structs and net/http for sending the requests. I would like to refactor this file to use the go-github package - https://github.com/google/go-github

End state

gitstatus maintains its current functionality while leveraging the go-github package and gitstatus_test.go is updated with relevant unit tests.

Files to update

internal/apis/gitstatus.go
internal/apis/gitstatus_test.go

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions