1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-09-01 08:52:45 +00:00
Commit graph

8 commits

Author SHA1 Message Date
3783de9ce7 core: send start index when playing on remote session 2023-01-05 15:53:52 +01:00
77cb5d5957 openapigen: support for 204 No Content endpoints 2023-01-02 20:24:40 +01:00
96ecd8e7d8 Refractor ApiClient and add support for body params
ApiClient was refractored to use PIMPL. This is mainly done to reduce
compile times whenever the implementation of ApiClient itself changes,
since a lot of files include it.

The loaders have gained support for body parameters, this was somehow
omitted before.
2021-09-03 03:47:25 +02:00
03bc3f795a openapi: group endpoints by tag in file
This reduces the amount of files generated by arround 300 and makes for
quicker compilation times.
2021-09-01 14:50:02 +02:00
729e343661 WIP: HttpLoader seems to work, Model still borked 2021-03-28 04:00:00 +02:00
e421adf733 WIP: Reimplementation of ListModels. 2021-03-26 21:27:35 +01:00
9643482ae1 WIP: Refractor C++-side. Loader should be working again 2021-03-25 17:45:53 +01:00
2360b261f7 WIP: logic rewrite
WIP: adding loaders
2021-03-24 20:04:03 +01:00