<% title = 'Contracts' description = 'Contract specifications and descriptions' function indent (spaces) { var result = ''; for (let i = 0; i < spaces - 2; i++) { result += ' '; } return " " + result; } %> <%- include('../../_header') -%>

Contracts

To get more details on any field, simply hover your mouse over that field. Purple fields are only meaningful in the response; they will be ignored in any requests.

Showing contract for the resource.

<%- include('contracts/home', { indent }) -%> <%- include('contracts/imposters', { indent }) -%> <%- include('contracts/imposter', { indent }) -%> <%- include('contracts/addStub', { indent }) -%> <%- include('contracts/stub', { indent }) -%> <%- include('contracts/stubs', { indent }) -%> <%- include('contracts/config', { indent }) -%> <%- include('contracts/logs', { indent }) -%>
<%- include('contracts/home-description', { indent }) -%> <%- include('contracts/imposters-description', { indent }) -%> <%- include('contracts/imposter-description', { indent }) -%> <%- include('contracts/addStub-description', { indent }) -%> <%- include('contracts/stub-description', { indent }) -%> <%- include('contracts/stubs-description', { indent }) -%> <%- include('contracts/config-description', { indent }) -%> <%- include('contracts/logs-description', { indent }) -%>
<%- include('../../_footer') -%>