Template:APIBrowser: Difference between revisions

Template page
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 25: Line 25:
}
}
.apiBrowser .url {
.apiBrowser .url {
     padding-left:90px;
     padding-left:95px;
     width: 100%;
     width: 100%;
}
}
Line 33: Line 33:
     background-color: var(--color-primary);
     background-color: var(--color-primary);
     color: #fff;
     color: #fff;
    padding: 0px 30px;
    margin-left:20%;
    font-size: 14px;
}
}
.apiBrowser button:hover{background:var(--color-primary--hover);}
.apiBrowser .urlBar {
.apiBrowser .urlBar {
     display:flex;
     display:flex;
Line 40: Line 44:
<div class="apiBrowser">
<div class="apiBrowser">
<div class="urlBar">
<div class="urlBar">
<div style="display:flex">
<div style="display:flex;align-items: center;margin-left: 10px;flex: 1;">
<span class="prefix">bigid/api/v1/</span>
<span class="prefix">bigid/api/v1/</span>
<input class="url">
<input class="url">
Line 50: Line 54:
<button>Execute</button>
<button>Execute</button>
</div>
</div>
<div class="response">Response data</div>
<div class="response">Execute a request to view the data...</div>
</div>
</div>
</html>
</html>

Latest revision as of 18:54, 6 July 2021

bigid/api/v1/
Execute a request to view the data...