Update MeetingMinutes authored by Simon Liedtke's avatar Simon Liedtke
...@@ -8,17 +8,20 @@ Simon Liedtke, Fredy Hauschel ...@@ -8,17 +8,20 @@ Simon Liedtke, Fredy Hauschel
**WECHANGE Milestone 1 - Review** **WECHANGE Milestone 1 - Review**
Main outcomes: Main outcomes:
- Milestone done, but according to old spec: https://git.fairkom.net/fairsync/maps/-/blob/master/specification/version2/domain_ISA2.md#sample-entry - Milestone done, but according to old spec: https://git.fairkom.net/fairsync/maps/-/blob/master/specification/version2/domain_ISA2.md#sample-entry
- New spec at: https://linkedopenactors.org/specification/information_exchange_datamodel.html - New spec at: https://linkedopenactors.org/specification/information_exchange_datamodel.html
- Required changes will be finalized until April 6th by Simon - Required changes will be finalized until April 6th by Simon
- For now only organizations will be used (no groups/projects/events) - For now only organizations will be used (no groups/projects/events)
1. Provide JSON REST Interface for Organizations (read, write with token) 1. Provide JSON REST Interface for Organizations (read, write with token)
WECHANGE API docs available at: https://organisations.staging.wechange.de/swagger/ WECHANGE API docs available at: https://organisations.staging.wechange.de/swagger/
Organizations list endpoint is available without token Organizations list endpoint is available without token
Organizations create/edit/delete endpoints are available with token only. Token has been sent to Fredy on March 4th 2021 (Signal). Organizations create/edit/delete endpoints are available with token only. Token has been sent to Fredy on March 4th 2021 (Signal).
2. Content Negotiation for providing also turtle content per "Agent" Endpoint 2. Content Negotiation for providing also turtle content per "Agent" Endpoint
Sample URL (to be accessed with „Accept: text/turtle“ header: https://organisations.staging.wechange.de/api/v2/organizations/5/ Sample URL (to be accessed with „Accept: text/turtle“ header: https://organisations.staging.wechange.de/api/v2/organizations/5/
``` ```
...@@ -42,14 +45,17 @@ Changes from new spec: ...@@ -42,14 +45,17 @@ Changes from new spec:
- PostalAddress: Will be skippped for now, since WECHANGE only has full address in one field - PostalAddress: Will be skippped for now, since WECHANGE only has full address in one field
``` ```
3. Bulk read of Organizations with pagination (custom offset and limit) 3. Bulk read of Organizations with pagination (custom offset and limit)
https://organisations.staging.wechange.de/api/v2/organizations/ https://organisations.staging.wechange.de/api/v2/organizations/
4. Bulk read of Organizations with pagination and filtering (changedate) 4. Bulk read of Organizations with pagination and filtering (changedate)
https://organisations.staging.wechange.de/api/v2/organizations/?last_modified__gt=2021-04-01 https://organisations.staging.wechange.de/api/v2/organizations/?last_modified__gt=2021-04-01
or or
https://organisations.staging.wechange.de/api/v2/organizations/?last_modified__gt=2021-04-01T15:00 https://organisations.staging.wechange.de/api/v2/organizations/?last_modified__gt=2021-04-01T15:00
5. CRUD Endpoint for list of sameAs and differentFrom 5. CRUD Endpoint for list of sameAs and differentFrom
Not required for now. Not required for now.
# Wednesday 2021.01.13 10:00 # Wednesday 2021.01.13 10:00
... ...
......