For example, blocked users returns { "users" : [] } containing a list of users, we would like to be able to do:
TwitterAccessor.ExecuteGetQuery<IEnumerable<IUserDTO>>(blockQuery, users);
Comments: Instead of specifying the path within the TwitterAccessor keep using the JObject with the valid path.
TwitterAccessor.ExecuteGetQuery<IEnumerable<IUserDTO>>(blockQuery, users);
Comments: Instead of specifying the path within the TwitterAccessor keep using the JObject with the valid path.