Commit 98adf76
fix(api-core): Allow array for permissions (#67)
axi-user-permissions supports queryParms of arrays as so permissionId=1234&permissionId=2345. Add paramSerializer to override default ,which serializes as brackets (permissionId[]=1234&permissionId[]=2345)
BREAKING CHANGE: The query to the API has been changed. To get the previous behavior, supply a custom paramSerializer.1 parent c602275 commit 98adf76
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
0 commit comments