Skip to content
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

Opened via WebUI (works) #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Opened via WebUI (works) #1

wants to merge 1 commit into from

Conversation

lloydmeta
Copy link
Owner

@lloydmeta lloydmeta commented Mar 8, 2018

No description provided.

@lloydmeta lloydmeta changed the title Update README.md Opened via API Mar 8, 2018
@lloydmeta lloydmeta changed the title Opened via API Opened via WebUI (works) Mar 8, 2018
lloydmeta added a commit to lloydmeta/github4s that referenced this pull request Mar 8, 2018
You can create a PR with `"body": null` if you use the API, or use a tool
that uses the API.

```shell
curl -X GET https://api.github.com/repos/lloydmeta/gh-test-repo/pulls
[
  {
    "url": "https://api.github.com/repos/lloydmeta/gh-test-repo/pulls/3",
    // snip
    "body": null,
    // snip
  },
  {
    "url": "https://api.github.com/repos/lloydmeta/gh-test-repo/pulls/1",
    "id": 173714694,
    "html_url": "lloydmeta/gh-test-repo#1",
    "diff_url": "https://github.com/lloydmeta/gh-test-repo/pull/1.diff",
    "patch_url": "https://github.com/lloydmeta/gh-test-repo/pull/1.patch",
    "issue_url": "https://api.github.com/repos/lloydmeta/gh-test-repo/issues/1",
    // snip
    "body": "",
]
```
BenFradet pushed a commit to 47degrees/github4s that referenced this pull request Mar 10, 2018
You can create a PR with `"body": null` if you use the API, or use a tool
that uses the API.

```shell
curl -X GET https://api.github.com/repos/lloydmeta/gh-test-repo/pulls
[
  {
    "url": "https://api.github.com/repos/lloydmeta/gh-test-repo/pulls/3",
    // snip
    "body": null,
    // snip
  },
  {
    "url": "https://api.github.com/repos/lloydmeta/gh-test-repo/pulls/1",
    "id": 173714694,
    "html_url": "lloydmeta/gh-test-repo#1",
    "diff_url": "https://github.com/lloydmeta/gh-test-repo/pull/1.diff",
    "patch_url": "https://github.com/lloydmeta/gh-test-repo/pull/1.patch",
    "issue_url": "https://api.github.com/repos/lloydmeta/gh-test-repo/issues/1",
    // snip
    "body": "",
]
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant