wearewondrous / nuxt-storyblok-queries

Nuxt.js module to simplify queries to the Storyblok API
MIT License
18 stars 3 forks source link

Add management api #17

Open regenrek opened 3 years ago

regenrek commented 3 years ago

Hi,

would you like to add management api too to his module. I can make a pr for this.

Already added it in my fork (untested)

https://github.com/regenrek/nuxt-storyblok-queries/tree/feat-manage-api/lib

mahapo commented 3 years ago

@regenrek Thanks for your contribution.

Our plan is add management api this week. I will to refactor and extend our storyblok modules. Probably I will create a new module which include the query and router module inducing new features - management api, component library, ...

I keep you updated

regenrek commented 3 years ago

I've updated the repo yesterday to make management working.

Here is a working example https://github.com/regenrek/nuxt-storyblok-query-example