-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Thanks for the awesome project.
I have an issue with generating nested items for displaying APIs under subdirectories.
Following is the nested item format.
"item": [
{
"name": "UserAPI",
"description": "User related APIs",
"item": [
{
"name": "Profile",
"description": "Profile related APIs",
"item": [
{
"name": "editProfile.php",
"request": {
"method": "POST",
"header": [],
"body": { ... }
}
},
{ ... }
]
},
{ ... }
]
},
{ ... }
]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels