if you want to see what apps support kind X you would
REQ, { "kinds": [31990], "#k"" [ "X" ] }
if you want to see what apps a user uses:
REQ, { "kinds": [31989], "#d": [ "X" ], authors: [...] }
I want to implement it on the server-side for https://njump.me/ to offer dynamic app recommendations.
But why did you jump from 1 to 3?
if you want to see what apps support kind X you would
REQ, { "kinds": [31990], "#k"" [ "X" ] }
if you want to see what apps a user uses:
REQ, { "kinds": [31989], "#d": [ "X" ], authors: [...] }
No replies yet.