storyblok / storyblok-js-client

Universal JavaScript client for Storyblok's API
MIT License
125 stars 86 forks source link

The `resolve_links_level` query-string parameter does not match implementation of `storyblok-js-client` #829

Open ryami333 opened 3 months ago

ryami333 commented 3 months ago

The API documentation for retrieving stories suggests that there is a query-string parameter called resolve_links_level, but the API for the storyblok-js-client's .getStory(…) and .getStories(…) has no such parameter. There is a parameter for both called resolve_level but I have checked the source-code for this and it does not map to resolve_links_level. So something is broken - either the documentation is incorrect or there is an obvious bug in the client.

https://support.storyblok.com/hc/en-us/requests/10151

alvarosabu commented 1 month ago

Hi @ryami333 thanks for raising this. Will bring it up in the next planning.