wordpress-mobile / WordPress-FluxC-Android

WordPress Network and Persistence layer based on the Flux architecture
GNU General Public License v2.0
58 stars 37 forks source link

Add campaigns/objectives endpoint #3095

Closed irfano closed 2 months ago

irfano commented 2 months ago

This adds campaigns/objectives endpoint. Most codes are similar to endpoints in BlazeCampaignStore, you can compare changes with the targeting/page-topics endpoint. This also adds a new table, BlazeCampaignObjectives to store fetched objectives. This can be tested in https://github.com/woocommerce/woocommerce-android/pull/12616.

JorgeMucientes commented 2 months ago

Hey @irfano I've pushed a couple of commits to this PR: