Custom Query (1173 matches)
Results (55 - 57 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1064 | fixed | API lacking major and minor feed | ||
Description |
Currently the API only has the |
|||
#1025 | fixed | API object IDs are integers | ||
Description |
API object IDs are integers, they are also non-unique since the Activity and Activity.object have the same ID.
Expected: url similar to |
|||
#1023 | fixed | API timestamps are not timezone aware | ||
Description |
Activity.published (and probably all other API timestamps) is not timezone aware, it is currently in the form of: YYYY-MM-DDThh:mm:ss.ffffff Expected: YYYY-MM-DDThh:mm:ssZ (RFC3339 date-time is mentioned in pump.io API docs) |