diff --git a/README.md b/README.md index 9834c8e..d0564d0 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ Import into any namespace and compile. ## Usage -First create api object to interact with GitHub API (provide valid GitHub user and pass): +First create api object to interact with GitHub API (use valid GitHub Token if available): -`Set api = ##class(GitHub.API).%New("user","pass")` +`Set api = ##class(GitHub.API).%New("")` After that you can query some GitHub APIs. For example to get info about all public repos in organization: diff --git a/docker-compose.yml b/docker-compose.yml index 360e9e7..37fab3b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,7 @@ services: context: . dockerfile: Dockerfile restart: always + command: --check-caps false ports: - 1972 - 52773