Opened 9 years ago

Closed 9 years ago

#1025 closed defect (fixed)

API object IDs are integers

Reported by: Jonas Haraldsson Owned by:
Priority: major Milestone:
Component: programming Keywords: api, object, id
Cc: Parent Tickets:

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 http://mediagoblin.jonash.local/api/{objectType}/{id}

Change History (1)

comment:1 by Jessica Tallon, 9 years ago

Resolution: fixed
Status: newclosed

This has been fixed as of 9c60245. The server now only gives out IRI IDs as per AS 1.0 spec and only accepts IRIs when querying the server.

Note: See TracTickets for help on using tickets.