# Very Basic RestApi Extension This extension comes with a very simple Endpoint that can read Terms which are aimed to be used for filtering the frontends' chatbot searches. ## Installation * First install this: ``composer req nng/nnrestapi`` * Add 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