Skip to content

Nested items aren't able to be generated #7

Description

@dk-seo

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": { ... }
					}
				},
				{ ... }
				]
		},
		{ ... }
	]
},
{ ... }
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions