Tokens and Declarations Items optimizations #13
jessepeterson
started this conversation in
Technical
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Devices will be using the DDM endpoints very often and especially the Declarations Items and Device Tokens endpoints (/tokens, /declaration-tiems). We can consider optimizing these by instead of using
json.Marshal()
interface to using something like fasttemplateBeta Was this translation helpful? Give feedback.
All reactions