Closed tfogo closed 7 years ago
The docgen is based on seeing the Service as a tree of Endpoints (i.e. the docgen code does not know about Collections). So insertObject being new should not matter. Greg might have a better idea.
hmm... not able to reproduce this with the latest version of carbond#collection-overhaul. can you pull and try to reproduce?
@gregbanks I pulled and I was still able to reproduce it. When you have time do you want to look at it together?
Yeah it's working now.
When generating docs for examples using the new collections I found that
POST
s are missing from the documentation. I presume this has something to do withinsertObject
being a new method.To replicate, checkout the
collection-overhaul2
branch of the Contacts Service: https://github.com/carbon-io-guides/example__contact-serviceThat branch has the old docs in the docs folder. Regenerate the docs and the new docs will be missing the
POST
s.