Client Browser

Enter a space user-space/name to test the client in a browser environment with any space.

You may optionally provide a hf_token to test a private space

{#if named.length || unnamed.length}

Named endpoints

{#if named.length} {#each named as endpoint} {/each} {:else}

There are no named endpoints

{/if}

Unnamed endpoints

{#if unnamed.length} {#each unnamed as endpoint} {/each} {:else}

There are no unnamed endpoints

{/if}
{/if} {#if app_info}

This endpoint accepts {app_info.parameters.length ? app_info.parameters.length : "no"} piece{app_info.parameters.length < 1 || app_info.parameters.length > 1 ? "s" : ""} of data and returns {app_info.returns.length ? app_info.returns.length : "no"} piece{app_info.returns.length < 1 || app_info.returns.length > 1 ? "s" : ""} of data. {endpoint_type_text}


{#if app_info.type.generator || app_info.type.continuous} {/if}
{/if}