Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Docs out of date for use with GitHub Enterprise #29

Open
nhardt opened this issue Jul 15, 2020 · 0 comments
Open

Docs out of date for use with GitHub Enterprise #29

nhardt opened this issue Jul 15, 2020 · 0 comments

Comments

@nhardt
Copy link

nhardt commented Jul 15, 2020

Expected Behavior

Following the docs, you should be able to connect to your self hosted GitHub Enterprise instance.

Actual Behavior

The url field is listed as a single base url, the code is looking for something of the form:

    "github": {
        "token": "abcdefg",
        "url": {
            "git": "https://mygithub",
            "api": "https://mygithub/api/v3",
            "raw": "https://mygithub/raw"
        }
    },

Steps to Reproduce the Problem

  1. Follow instructions in README
  2. Run code
  3. Receive error related to rate limits when it talks to github.com

Specifications

  • Version: 9c6eadd
  • Platform: Ubuntu
  • Subsystem:
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant