vky / iodocs

Interactive API documentation system
MIT License
5 stars 5 forks source link

Adding collection that is 3 levels deep or deeper doesn't seem to be working #18

Closed vky closed 11 years ago

vky commented 11 years ago

http://localhost:3000/whitehat#Job-API-PUT-Put-Schedule

Testable there.

vky commented 11 years ago

job > schedule > spec seems to work. job > services > service seems to work, but there are also some buggyness there it seems.

job > target adding collections seems to add what what's existing... so if 3 objecst are existing, it adds 3 more.

vky commented 11 years ago

It looks like sub-collections are being added in addition to the expected collection.

vky commented 11 years ago

Works, but there are other bugs, one related that existed and I forgot to note.