Wednesday, 15 May 2013

atom editor - API Blueprint parameter name not displaying -



atom editor - API Blueprint parameter name not displaying -

i new api design please excuse naivety here. trying format parameters such given in aglio example:

+ parameters + name (optional, string, `alice`) ... search user name + joinedbefore (optional, string, `2011-01-01`) ... search bring together date + joinedafter (optional, string, `2011-01-01`) ... search bring together date

however, displaying name of parameter index of parameter. here display atom api-display package: https://atom.io/packages/api-blueprint-preview.

how can create display name of parameter?

the snippet of design looks ok. sake - can share uri template used defined respective resource? uri template should contain this:

{?name,joinedbefore,joinedafter}

e.g.

# resource [/resource{?name,joinedbefore,joinedafter}]

but 1 time again design looks ok might problem aglio or preview bundle itself. best check , study @ https://github.com/danielgtaylor/aglio/issues?state=open or https://github.com/danielgtaylor/atom-api-blueprint-preview/issues.

atom-editor apiblueprint

No comments:

Post a Comment