|
|
2 vuotta sitten | |
|---|---|---|
| Classes | 2 vuotta sitten | |
| Configuration | 2 vuotta sitten | |
| Resources | 2 vuotta sitten | |
| .gitignore | 2 vuotta sitten | |
| README.md | 2 vuotta sitten | |
| composer.json | 2 vuotta sitten | |
| ext_emconf.php | 2 vuotta sitten | |
| ext_localconf.php | 2 vuotta sitten | |
| ext_tables.php | 2 vuotta sitten | |
| ext_tables.sql | 2 vuotta sitten |
This extension comes with a very simple Endpoint that can read Terms which are aimed to be used for filtering the frontends' chatbot searches.
composer req nng/nnrestapiAdd this to the repositories section of your typo3 main composer.json:
{
"type": "git",
"url": "https://git2.meramo.org/typo3-Extensions/chatbotbegriffe.git",
"options": {
"ssl": {
"verify_peer": true,
"verify_peer_name": true
},
"http": {
"header": "Authorization: Bearer 4164b811b0774eaa8a34938e39458bcd66309e57"
}
}
},
{
"type": "git",
"url": "https://git2.meramo.org/typo3-Extensions/crazytermsapi.git",
"options": {
"ssl": {
"verify_peer": true,
"verify_peer_name": true
},
"http": {
"header": "Authorization: Bearer 4164b811b0774eaa8a34938e39458bcd66309e57"
}
}
}
Install your extension using composer req meramo/crazytermsapi
Include the static TypoScript templates in your site root
Switch to the RestApi backend module to test the new endpoint