feed.h 300 B

123456789
  1. #ifndef FLIP_SOCIAL_FEED_H
  2. #define FLIP_SOCIAL_FEED_H
  3. #include "flip_social.h"
  4. bool feed_fetch(FlipperHTTP *fhttp, int series_index);
  5. FlipSocialFeedMini *feed_parse_json(FlipperHTTP *fhttp);
  6. bool feed_load_post(int post_id);
  7. bool feed_load_initial_feed(FlipperHTTP *fhttp, int series_index);
  8. #endif