Opened 10 years ago
Closed 10 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}
Note:
See TracTickets
for help on using tickets.
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.