| #
ab86a1cd |
| 06-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
adjust group type hint for User API response
|
| #
932ec837 |
| 06-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
fix User response object in API
|
| #
8268b284 |
| 06-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
API: make responses sortable
All responses now need to implement __toString() so they can be easily sorted or printed.
|
| #
58ae4747 |
| 05-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
API: initialize responses explicitly
Instead of passing unknown arrays, explicit parameters are passed. Revision handling should now work correctly since we can pass revision=0 but a mtime.
|
| #
6cce3332 |
| 05-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
Reworked API definition
This cleans up the API:
* no more compatibility with obsolete wiki API * no more difference between wiki.* and dokuwiki.* calls -> core.* * use of optional parameters avoids
Reworked API definition
This cleans up the API:
* no more compatibility with obsolete wiki API * no more difference between wiki.* and dokuwiki.* calls -> core.* * use of optional parameters avoids double definitions * use Response objects for complex results * always use named primitives as input * major cleanup of docblock descriptions
show more ...
|