Skip to content

Commit 5b6e5f8

Browse files
committed
github data access usage docs
Signed-off-by: Adrian Edwards <[email protected]>
1 parent e11df00 commit 5b6e5f8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

augur/tasks/github/util/github_data_access.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ def __init__(self, message="Resource returned HTTP 410 Gone. It is likely intent
3737

3838
class GithubDataAccess:
3939
"""Utilities for accessing the GitHub REST API
40+
41+
Public facing functions in this class should refrain from returning data in a structure
42+
that is derived from githubs API responses to keep all platform-specific parsing here.
4043
"""
4144

4245
def _base_domain(self) -> str:

0 commit comments

Comments
 (0)