You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(save): ensure module's save method works
Add `save` method to baseResourceConveter, which invokes `fileExporter.save`.
* docs(readme): update API section
Enumerate all sections.
* style(manifest): format
* docs(readme): fix typo
Replace `octokit` reference with `grc`.
* fix(save): add save method to module
GH-16, GH-17, GH-18
> [![beaker][icon-octicon-beaker] Test the `github-resource-converter (grc)` API in your Web browser][runkit-grc-url].
421
+
> [![beaker][icon-octicon-beaker] Test the `github-resource-converter (grc)` API in your Web browser ![link-external][icon-octicon-link-external]][runkit-grc-url].
> 1. If you can see the information by visiting the site without being logged in, you don't have to be authenticated to retrieve the same information through the API.
428
428
> 1. If you want to change data, you have to be authenticated.
429
429
>
430
-
> octokit/rest.js. (2018). GitHub. Retrieved 21 March 2018, from <https://github.com/octokit/rest.js#authentication>
430
+
> octokit/rest.js. (2018). GitHub. Retrieved 21 March 2018, from <https://github.com/octokit/rest.js#authentication> ![link-external][icon-octicon-link-external]
431
431
432
432
#### 4.1.1. Parameters
433
433
@@ -458,11 +458,16 @@ Retrieve all open and closed Issues and Pull Requests from a GitHub project.
458
458
/repos/:owner/:repo/pulls
459
459
```
460
460
461
-
> ![info][icon-octicon-info] See
461
+
> **![info][icon-octicon-info] `grc.getAll` combines the results of `grc.issues.getForRepo` and `grc.pullRequests.getForRepo` into a single `Array<object>`.**
462
+
>
463
+
> For more information, see
464
+
>
465
+
> 1. [`grc.issues.getForRepo`](#43-grcissuesgetforrepoowner-repo-promise) and
A proxy method for [`octokit.issues.getForRepo` ![link-external][icon-octicon-link-external]](https://octokit.github.io/rest.js/#api-Issues-getForRepo).
470
+
Retrieve all open and closed **issues** for a repository with this proxy method for [`octokit.issues.getForRepo` ![link-external][icon-octicon-link-external]](https://octokit.github.io/rest.js/#api-Issues-getForRepo).
466
471
467
472
![GET][rest-get-img]
468
473
@@ -636,8 +641,7 @@ A proxy method for [`octokit.issues.getForRepo` ![link-external][icon-octicon-li
636
641
637
642
### 4.4. `grc.logger`
638
643
639
-
A proxy for a [`trentm/node-bunyan` ![link-external][icon-octicon-link-external]][node-bunyan-url] logger instance,
640
-
using a `LONG` [`thlorenz/bunyan-format` ![link-external][icon-octicon-link-external]][bunyan-format-url] writeable
644
+
A [`trentm/node-bunyan` ![link-external][icon-octicon-link-external]][node-bunyan-url] logger instance that uses the `LONG` [`thlorenz/bunyan-format` ![link-external][icon-octicon-link-external]][bunyan-format-url] writeable
641
645
stream for output.
642
646
643
647
> ![info][icon-octicon-info] **`bunyan.INFO`** is the default log LEVEL.
@@ -947,17 +951,15 @@ Contains default values for `api`, `cli`, and `meta`data.
0 commit comments