kielabokkie / blueman

Convert a generated API Blueprint JSON file into a Postman collection
MIT License
149 stars 19 forks source link

The generated collection contains only one folder which is unnamed #25

Closed Ullaakut closed 8 years ago

Ullaakut commented 8 years ago

I don't know if this is intentional or not, but as the Blueprints are resource-oriented, it might be better to have a folder for each resource, named after it.

Ullaakut commented 8 years ago

After changing the architecture of my blueprints as such

# Group X

## ResourcesY [/api/v1/X/Ys]
An array of Ys.

### Get all Ys [GET]

Blueman organized my folders perfectly