ecyrbe/zodios

Update Docs

CarlosZiegler opened this issue · 3 comments

I see that we dont have updated docs on helpers:
https://www.zodios.org/docs/api/helpers
image

If try it I get:
image

That is because now makeParams need a type attribute:

image

solved if added correct attribute:

const parameters = makeParameters([
	{
		name: 'limit',
		description: 'Limit',
		schema: z.number().positive().optional(),
		type: 'Query',
	},
]);
image
stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.