Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
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

Description

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:

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions