Add note about data-from-URL working on public repos [fixes #55]

This commit is contained in:
Jonathan Clem
2020-06-04 13:43:55 -04:00
parent 1b10125da5
commit 89e3c40f24

View File

@@ -175,6 +175,10 @@ jobs:
console.log(result)
```
_(Note that this particular example only works for a public URL, where the
diff URL is publicly accessible. Getting the diff for a private URL requires
using the API.)_
This will print the full diff object in the screen; `result.data` will
contain the actual diff text.