proofgeist/fmdapi

when using generated client, you still need to pass `layout`

Closed this issue · 1 comments

If you don't pass the layout you get an error.

const result = await client.list({ layout: "team_members_web" });

It was always expecting an argument there, I added an overload that should now not error when you pass no args to the list method. Fixed in 0.5.7