oxguy3 / patreon-api

Reverse engineered documentation of Patreon's API
Creative Commons Zero v1.0 Universal
48 stars 7 forks source link

Goals type #5

Closed NPC closed 6 years ago

NPC commented 6 years ago

Goals are included as a relationship, but I am trying to find a full description of the Goal data type (same as you have for Campaign, Card etc).

If I find it — I'll post it here, but for now I am quite lost (and JSONAPI is anything but transparent, especially when calls happen from PHP running on a remote server, "serialize" and "json_encode" didn't get me too far yet).

NPC commented 6 years ago

Ah, found what I needed, "description", "amount_cents", "completed_percentage", all contained in "attributes" property of the Goal object.