On the SmartDocs method page I want replace “Send this request” button with “Register User” button for anonymous users.
How I check this in SmartDocs.hbr ?
As sample:
{{#if user.isAuthenticated}}
<button id="send_request">Send this request<br/><span>using the values above</span>
</button>
<a href="javascript:void(0)" title="Reset to default request parameters and body content.">Reset</a>
{{else}}
<a type="button" href="https://community.apigee.com/user/register">Register to Test This API</a>
{{/if}}