1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
Arsse/lib/REST
J. King 5cd84c4ab4 Validate configuration parameters on import, and other changes
- Each parameter is checked for type and normalized
- Interval strings are converted to DateInterval objects
- Timeouts can be specified as interval strings
- Most intervals can be null to signify infinity
- Driver classes are checked that they implement the correct interface
- Short driver names may be used, and are used by default
- Helpful errors messages are printed in case of erroneous configuration

Exporting is currently broken; this will be fixed in an upcoming commit
2019-01-20 22:40:49 -05:00
..
NextCloudNews Use strict equality when comparing strings 2019-01-11 10:38:06 -05:00
TinyTinyRSS Validate configuration parameters on import, and other changes 2019-01-20 22:40:49 -05:00
AbstractHandler.php Use strict equality when comparing strings 2019-01-11 10:38:06 -05:00
Exception.php Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
Exception404.php Initial rewrite of REST class; needs more testing, but should be functional 2018-01-06 12:02:45 -05:00
Exception405.php Initial rewrite of REST class; needs more testing, but should be functional 2018-01-06 12:02:45 -05:00
Exception501.php Initial rewrite of REST class; needs more testing, but should be functional 2018-01-06 12:02:45 -05:00
Handler.php Replace Resquest objects with PSR-7 request messages; improves #53 2018-01-04 23:08:53 -05:00
Target.php Use strict equality when comparing strings 2019-01-11 10:38:06 -05:00