mirror of
https://gitlab.com/octospacc/BeeWarehouse.git
synced 2025-06-05 21:59:35 +02:00
[JS Engine] Fix function hack; [Examples] Add FbLikebox;
This commit is contained in:
11
Examples/ExampleCom/ExampleCom.xml
Normal file
11
Examples/ExampleCom/ExampleCom.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?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>
|
Reference in New Issue
Block a user