marshallswain / feathers-pinia

Connect your Feathers API to the elegant data store for Vue
52 stars 22 forks source link

Could you add option custom methods by services ? #164

Open vevedh opened 4 months ago

vevedh commented 4 months ago

sample when createPiniaClient

services: {
   serviceName: {
       methods: [ 'find', 'customMethod1', 'customMehod2'],
   }
}