We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94dcab6 commit 08f6719Copy full SHA for 08f6719
1 file changed
oshminer/GitHub.py
@@ -0,0 +1,7 @@
1
+#!/usr/bin/env python3
2
+# -*- coding: utf-8 -*-
3
+# SPDX-FileCopyrightText: 2022 Pen-Yuan Hsing
4
+# SPDX-License-Identifier: AGPL-3.0-or-later
5
+
6
+def make_GitHub_request(url: str, data: list) -> str:
7
+ print(f"Constructing an API request to GitHub for repository {url} for the following data {data}")
0 commit comments