Template:APIBrowser: Difference between revisions
Template page
No edit summary |
No edit summary |
||
(18 intermediate revisions by the same user not shown) | |||
Line 23: | Line 23: | ||
.apiBrowser .prefix { | .apiBrowser .prefix { | ||
margin-right:-95px; | margin-right:-95px; | ||
} | } | ||
.apiBrowser .url { | .apiBrowser .url { | ||
padding-left: | padding-left:95px; | ||
width: | width: 100%; | ||
} | |||
.apiBrowser button{ | |||
border:0px solid; | |||
border-radius: 10px; | |||
background-color: var(--color-primary); | |||
color: #fff; | |||
padding: 0px 30px; | |||
margin-left:20%; | |||
font-size: 14px; | |||
} | |||
.apiBrowser button:hover{background:var(--color-primary--hover);} | |||
.apiBrowser .urlBar { | |||
display:flex; | |||
} | } | ||
</style> | </style> | ||
<div class="apiBrowser"> | <div class="apiBrowser"> | ||
<div class="urlBar"> | |||
<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"> | ||
</div> | |||
<select> | <select> | ||
<option>GET</option> | <option>GET</option> | ||
Line 38: | Line 53: | ||
</select> | </select> | ||
<button>Execute</button> | <button>Execute</button> | ||
<div class="response"> | </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...