#When should I specify data as a URL Query param or in the Body
4 messages · Page 1 of 1 (latest)
you need to use the @Query decorator for params via url
yah I understand that part, but in terms of best convention, when should I use each and why
the @Param decorator is used when you need to pass parameters, for example you need to find a user's ID, using a Get