Commit f118bb9
implement rds-data service (#645)
* implement RDSDataService
* Handle recurcion is JsonRest
* Update Services
* Update RdsDataService
* Fallback endpoint when not available
* set FUNCTION_KEY in more places
* update readme for value object
* php cs fix
* implement $fn usage detection
* make phpstan ignore array keys that are defined out of order
phpstan/phpstan#3358
* revert added complexity by just ignoring phpstan messages
* change capitalisation of the rds data service
* ignore argument missmatch in generated code
* avoid edge case where a function is accessed but not created
Co-authored-by: Jérémy Derussé <[email protected]>1 parent eff4efe commit f118bb9
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
185 | 199 | | |
186 | 200 | | |
187 | 201 | | |
| |||
0 commit comments