bogumilchilinski / dynpy

MIT License
8 stars 0 forks source link

Implementation of `issues_list` method for `GitHubInterface` class #763

Closed bogumilchilinski closed 1 month ago

bogumilchilinski commented 3 months ago

The goal is to implement the method in GitHubInterface class, part of utilities.creators module.

lsikor commented 1 month ago

The code was checked with the following call:

from dynpy.utilities.creators import GitHubInterface
client = GitHubInterface()
client.issues_list()