penpot/backend/src/app/rpc
Andrey Antukh cacee40d11 🎉 Add proper schema encoding/decoding mechanism
this allows almost all api operations to success usin application/json
encoding with the exception of the update-file, which we need to
approach a bit differently;

the reason update-file is different, is because the operations vector
is right now defined without the context of shape type, so we are just
unable to properly parse the value to correct type using the schema
decoding mechanism
2024-08-21 11:27:36 +02:00
..
commands 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
rlimit 🎉 Add optional rate limit support for RPC calls 2022-08-31 12:55:48 +02:00
climit.clj Add improved traceability of climit module 2024-04-15 14:27:24 +02:00
cond.clj Set better log level on some rpc middlewares 2024-04-03 17:03:06 +02:00
doc.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
helpers.clj Update yetti and adapt for ring-2.0 2023-11-27 14:25:12 +01:00
permissions.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
quotes.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
retry.clj Set better log level on some rpc middlewares 2024-04-03 17:03:06 +02:00
rlimit.clj Improve ip-addr parsing 2024-07-24 21:07:11 +02:00