Skip to content

--check-caps false + ReadMe (%New) #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 11, 2022
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