generated from yanyongyu/python-poetry-template
-
-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Summary
With the change in #173 the type of response has changed.
The README and the documentation were not updated.
This part
Line 99 in 8f44dc0
| resp: Response[FullRepository] = github.rest.repos.get("owner", "repo") |
should look like
resp: Response[FullRepository, FullRepositoryType] = github.rest.repos.get("owner", "repo") Affected files
README.mddocs/usage/rest-api.mddocs/usage/unit-test.md
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation