Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested items aren't able to be generated #7

Open
dk-seo opened this issue Jul 10, 2018 · 2 comments
Open

Nested items aren't able to be generated #7

dk-seo opened this issue Jul 10, 2018 · 2 comments

Comments

@dk-seo
Copy link

dk-seo commented Jul 10, 2018

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": { ... }
					}
				},
				{ ... }
				]
		},
		{ ... }
	]
},
{ ... }
]
@JakeWorrell
Copy link
Owner

Hello, thanks for reporting this.
Do you happen to have (or can you create) a postman collection you can attach that I can take a look at and test with?

@dk-seo
Copy link
Author

dk-seo commented Jul 10, 2018

I've attachd a sample collection(v2.1 from POSTMAN).
NestedAPI.postman_collection.json.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants