zhengru_ioi_team's blog

By zhengru_ioi_team, history, 7 months ago, In English

Hi, MikeMirzayanov!

It seems the return value of blogEntry.view doesn't match the intro According to the api help here, the return value of "blogEntry.view" is "a BlogEntry object in full version."

According to the api help here, the "BlogEntry" object contains the field "content".

However, when I made a request to the URL https://mirror.codeforces.com/api/blogEntry.view?blogEntryId=95393, I see that the return value is actually:

Returned JSON

Which doesn't contain the "content" field at all.

P.S. If I'm wrong, please tell me

  • Vote: I like it
  • +1
  • Vote: I do not like it