Returns different shareable strings for YASGUI
- Source:
Methods
(static) getCsvFetchUrl() → {string}
Returns plain encoded URL which returns CSV directly
- Source:
Returns:
URL with the encoded query against the current endpoint
- Type
- string
(static) getCurlFetchString() → {string}
Returns SPARQL fetch request encoded as a cURL command
- Source:
Returns:
cURL command
- Type
- string
(static) getDirectFetchUrl() → {string}
Returns plain encoded URL to return SPARQL results for the current query in the YASGUI tool
- Source:
Returns:
URL with the encoded query against the current endpoint
- Type
- string
(static) getYasguiShareUrl() → {string}
- Source:
Returns:
URL that opens the YASGUI tool with the query in place
- Type
- string
(inner) tab() → {*}
Returns the current YASGUI tab
- Source:
Returns:
Current tab of the YASGUI tool
- Type
- *