From c6f4179e8cd24d96a040195a283e815e1dc1cf6d Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 7 Jan 2019 18:40:54 +0100 Subject: Add URLs of documentation for OBS API --- dlpcvp.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlpcvp.py b/dlpcvp.py index a8e26ea..b8665cb 100755 --- a/dlpcvp.py +++ b/dlpcvp.py @@ -20,6 +20,8 @@ import rpm # PyPI API documentation https://warehouse.readthedocs.io/api-reference/ PyPI_base = "https://pypi.org/pypi/{}/json" +# https://github.com/openSUSE/open-build-service/blob/master/docs/api/api/api.txt +# https://build.opensuse.org/apidocs/index OBS_base = "https://api.opensuse.org" ConfigRC = os.path.expanduser('~/.config/osc/oscrc') CUTCHARS = len('python-') -- cgit