File tree Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ sidebar : auto
3
+ displayAllHeaders : true
4
+ activeHeaderLinks : true
5
+ ---
6
+ # Class ModuleBuilder
7
+
8
+ JsonApi-based module builder for Vuex
9
+
10
+ This module builder will create a vuex module based on the assumption of
11
+ working with valid json api resources.
12
+
13
+ - the proposed json api 1.1 pagination style meta attributes
14
+ (-> ; https://jsonapi.org/format/1.1/#fetching-pagination )
15
+
16
+ ## ModuleBuilder()
17
+
18
+ Module Builder for Json: Api bound Vuex Modules
19
+
20
+ ### build()
21
+
22
+ Build the module for this builder instance
23
+
24
+ ### buildMutations()
25
+
26
+ Build the mutations
27
+
28
+
29
+ _ This is an autogenerated class documentation for ModuleBuilder_
Original file line number Diff line number Diff line change 1
1
# Available Classes
2
2
3
- ## Builder
3
+ ## ModuleBuilder
4
4
5
5
JsonApi-based module builder for Vuex
6
6
@@ -10,7 +10,7 @@ working with valid json api resources.
10
10
- the proposed json api 1.1 pagination style meta attributes
11
11
(-> https://jsonapi.org/format/1.1/#fetching-pagination )
12
12
13
- <a href =" Builder .html" >Builder </a >
13
+ <a href =" ModuleBuilder .html" >ModuleBuilder </a >
14
14
## FosJsRoutingRouter
15
15
16
16
Pluggable api router if you're using Symfony and the FosJsRouting Bundle
You can’t perform that action at this time.
0 commit comments