What happened?
The methods GetAllForCurrentWithTimestamps and GetAllForUserWithTimestamps did not return timestamps.
The code I tried is below:
var apiOptions = new ApiOptions { StartPage = 1, PageCount = 1, PageSize = 3, };
var starred01 = await client.Activity.Starring.GetAllForCurrentWithTimestamps(apiOptions);
var starred02 = await client.Activity.Starring.GetAllForUserWithTimestamps(user.Login, apiOptions);
starred01.Dump("starred01");
starred02.Dump("starred02");
LINQPad results are below:

Perhaps application/vnd.github.star+json is not passed to the Accept header.
Versions
9.0.0
Relevant log output
No response
Code of Conduct
What happened?
The methods
GetAllForCurrentWithTimestampsandGetAllForUserWithTimestampsdid not return timestamps.The code I tried is below:
LINQPadresults are below:Perhaps
application/vnd.github.star+jsonis not passed to theAccept header.Versions
9.0.0
Relevant log output
No response
Code of Conduct