BeeWarehouse/Examples/ExampleCom/ExampleCom.xml

12 lines
378 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<bees>
<bee name="ExampleCom" apiurl="https://example.com">
<function name="GetInfo">
<request method="GET" path="/" format="HTML">
<value name="Title" source="body" path="/html/body//h1[1]" key="text"/>
<value name="Description" source="body" path="/html/body//p[1]" key="text"/>
</request>
</function>
</bee>
</bees>