(hostname, path, searchIndex = true)
| 357 | } |
| 358 | |
| 359 | async exists (hostname, path, searchIndex = true) { |
| 360 | const options = { hostname, path, includeBody: false, searchIndex } |
| 361 | return await this.get(options, searchIndex) |
| 362 | } |
| 363 | |
| 364 | /** |
| 365 | * Remotely loads the graph at a given uri, parses it and and returns it. |