@if (endpointLinks.length < 1 && !collectionLoading) {

Select collection to start

}
@if (collectionLoading) { }
@if (endpointLinks.length > 0) {
@if (searchLinksTreeInput.value.length < 1) { } @if (searchLinksTreeInput.value.length > 0) { }
} @for (link of endpointLinks; track link) { @if (!link['hidden']) {

{{ link.method }} {{ link.rel }}

} }
@if (endpointItems.length > 0) {
@if (searchItemsTreeInput.value.length < 1) { } @if (searchItemsTreeInput.value.length > 0) { }
} @for (item of endpointItems; track item) { @if (!item['hidden']) {

{{ item.name || item.id }}

} }

API Explorer @if (endpointLoading) { }


@if (collection.length > 0) {
GET

        @if (endpointJson) {
          @if (!rawJson) {
            
          }
          @if (rawJson) {
            {{ endpointJson | prettyjson }}
          }
        }
      
}