Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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("<your token>")`

After that you can query some GitHub APIs. For example to get info about all public repos in organization:

Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
context: .
dockerfile: Dockerfile
restart: always
command: --check-caps false
ports:
- 1972
- 52773
Expand Down