(dir)
| 106 | } |
| 107 | |
| 108 | function apiWithAllUserMethods(dir) { |
| 109 | return api({ |
| 110 | kebab: 'all-user', |
| 111 | userMethods: ['POST', 'GET LIST', 'GET ONE', 'PUT', 'DELETE'] |
| 112 | }, dir); |
| 113 | } |
| 114 | |
| 115 | function apiWithDifferentUserField(dir) { |
| 116 | console.log('apiWithDifferentUserField'); |