How to get blog posts by label in blogger api
I using blogger api in my android app to integrate blogger content with it by using the REST APIs, as a JSON's objects. I need to retrieve/filter posts by a label. In most blogs the link of blog's label it usually is https://abtallaldigital.blogspot.com/search/label/Food https://abtallaldigital.blogspot.com/search/label/Technology I read all API documentation and I see it's deal with Blogs, Posts, Comments, Pages, Users but there's nothing to handle labels/categories in it. There's a class BloggerAPI in the app that's used to retrieve blogs package abtallaldigital.blogspot.com.dummyapp; import