Closed bogumilchilinski closed 1 month ago
The goal is to implement the method in GitHubInterface class, part of utilities.creators module.
GitHubInterface
The code was checked with the following call:
from dynpy.utilities.creators import GitHubInterface client = GitHubInterface() client.issues_list()
The goal is to implement the method in
GitHubInterface
class, part of utilities.creators module.