I want to get all objects with a Rest call using the SOQL syntax. I know that this is not possible, but there is a workaround, but I was wondering if there is a workaround using REST.
I want to achieve something like this (So I don't want to specify the fields)
/services/data/v36.0/query/?q=SELECT+name+from+Contact