Skip to content

Commit 5597506

Browse files
committed
add API to the detials page and functions
1 parent 7832e2b commit 5597506

3 files changed

Lines changed: 174 additions & 82 deletions

File tree

details.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,15 @@
6868
</fieldset>
6969

7070
<fieldset class="form-group select">
71-
<label for="data-type" class="primary-lang">Data Type</label>
71+
<label for="data-type" class="primary-lang">Data Structure</label>
7272
<select id="data-type" name="data-type" required>
7373
<option value="">--- Select ---</option>
7474
<option value="number">Number</option>
7575
<option value="string">String</option>
7676
<option value="array">Array/List</option>
7777
<option value="object">Object/Dict</option>
7878
<option value="class">Class*</option>
79+
<option value="api">API/HTTP</option>
7980
</select>
8081
</fieldset>
8182

0 commit comments

Comments
 (0)