Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

[Codeforces API] How to get the content of a blog?

Revision en1, by Zanite, 2024-02-10 19:01:09

The API documentation on blogEntry.view mentions that it returns a BlogEntry object in full version (which includes the content field, unlike the short version). However, when I perform an API request to this method, it seems like it returns the short version of the BlogEntry object with no content field.

Was the removal of this feature intentional, or was it a bug? Are there any other ways to get the content of a blog aside from using this method?

Any help from MikeMirzayanov or others would be greatly appreciated.

Tags api

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Zanite 2024-02-10 19:01:09 658 Initial revision (published)