- 🇫🇷France guignonv
That's already supported in v3. It's documented on the UI under the "Endpoint options" section. I move the issue back to v2 so their maintainers will decide to close or support.
Hi there,
I'm using the module with AWS API Gateway and Chalice backend - all good so far, thanks for all the hard work.
My entities are Markers and Geofences, and the Drupal front end uses Leaflet to do some mapping.
I have a few endpoints that get entities in relation to other entities in the database.
the API endpoint is like this : /parent/{id}/children
This API endpoint allows the consumer to get all makers within a geofence in an easy way, rather than use the markers 'list' endpoint and filtering for parent=id, although that is also available.
So the questions are :
Firstly - is this possible ?
If so, what do I put in the storage client endpoint field on the external entity config ?
Is there a syntax for this ? or do I have to make a custom storage client (I am already so thats not a problem) ?
Thanks !
Active
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
That's already supported in v3. It's documented on the UI under the "Endpoint options" section. I move the issue back to v2 so their maintainers will decide to close or support.