You are here

farm_sensor.routing.yml in farmOS 2.x

modules/asset/sensor/farm_sensor.routing.yml

File

modules/asset/sensor/farm_sensor.routing.yml
View source
  1. farm_sensor.data_stream_data:
  2. path: '/asset/{uuid}/data/basic'
  3. defaults:
  4. _controller: '\Drupal\farm_sensor\Controller\SensorDataController::uuid'
  5. requirements:
  6. # There is no access restriction to this endpoint.
  7. _access: 'TRUE'
  8. methods: [GET, POST]