add matrix42 connector (#81490) #367

Merged
tnoel merged 1 commits from wip/81490-matrix42 into main 2023-11-02 15:59:03 +01:00
Owner
No description provided.
tnoel force-pushed wip/81490-matrix42 from 150d124f9a to ad3c06d27e 2023-10-16 16:38:06 +02:00 Compare
tnoel force-pushed wip/81490-matrix42 from ad3c06d27e to bdde37e5a6 2023-10-17 17:35:01 +02:00 Compare
tnoel force-pushed wip/81490-matrix42 from bdde37e5a6 to a1af6971ee 2023-10-27 11:16:10 +02:00 Compare
tnoel force-pushed wip/81490-matrix42 from a1af6971ee to d9c6fa3e8e 2023-10-27 17:06:43 +02:00 Compare
tnoel force-pushed wip/81490-matrix42 from d9c6fa3e8e to a16c945b24 2023-10-29 00:57:34 +02:00 Compare
tnoel force-pushed wip/81490-matrix42 from a16c945b24 to e4bc430b89 2023-10-29 01:19:00 +02:00 Compare
fpeters reviewed 2023-10-29 07:42:56 +01:00
@ -0,0 +116,4 @@
'description': _('Column for "q" search'),
},
'q': {'description': _('Search text in search column')},
'id': {'description': _('Retrieves the whole fragment with this ID')},
Owner

s/Retreives/Retrieve/ , ou tout simplement mettre "Get the whole…", "Get" semble commun dans Passerelle.

s/Retreives/Retrieve/ , ou tout simplement mettre "Get the whole…", "Get" semble commun dans Passerelle.
tnoel marked this conversation as resolved
@ -0,0 +149,4 @@
return {'data': [result]}
if q is not None and not search_column:
raise APIError('q need a search_column parameter', http_status=400)
Owner

needs

needs
tnoel marked this conversation as resolved
@ -0,0 +164,4 @@
@endpoint(
name='get-object',
description=_('Retreives an object'),
Owner

pareil s/Retreives/Retrieve/

pareil s/Retreives/Retrieve/
tnoel marked this conversation as resolved
tnoel force-pushed wip/81490-matrix42 from e4bc430b89 to 5b7d5b748d 2023-10-31 10:06:07 +01:00 Compare
tnoel force-pushed wip/81490-matrix42 from 5b7d5b748d to c844eb82df 2023-10-31 14:37:24 +01:00 Compare
tnoel force-pushed wip/81490-matrix42 from c844eb82df to 36259417a7 2023-10-31 16:51:14 +01:00 Compare
tnoel force-pushed wip/81490-matrix42 from 36259417a7 to b5b1e0296f 2023-10-31 17:03:17 +01:00 Compare
tnoel force-pushed wip/81490-matrix42 from b5b1e0296f to cf08067f87 2023-10-31 17:50:11 +01:00 Compare
tnoel force-pushed wip/81490-matrix42 from cf08067f87 to 5af6ee3ae3 2023-10-31 17:51:40 +01:00 Compare
tnoel changed title from WIP: add matrix42 connector (#81490) to add matrix42 connector (#81490) 2023-10-31 17:51:59 +01:00
tnoel force-pushed wip/81490-matrix42 from 5af6ee3ae3 to 0411be54ed 2023-11-02 11:08:32 +01:00 Compare
fpeters approved these changes 2023-11-02 14:42:58 +01:00
tnoel merged commit 6f7acc1489 into main 2023-11-02 15:59:03 +01:00
tnoel deleted branch wip/81490-matrix42 2023-11-02 15:59:03 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/passerelle#367
No description provided.