No Description

ksieren fba7347a22 initial commit 2 years ago
Classes fba7347a22 initial commit 2 years ago
Configuration fba7347a22 initial commit 2 years ago
Resources fba7347a22 initial commit 2 years ago
.gitignore fba7347a22 initial commit 2 years ago
README.md fba7347a22 initial commit 2 years ago
composer.json fba7347a22 initial commit 2 years ago
ext_emconf.php fba7347a22 initial commit 2 years ago
ext_localconf.php fba7347a22 initial commit 2 years ago
ext_tables.php fba7347a22 initial commit 2 years ago
ext_tables.sql fba7347a22 initial commit 2 years ago

README.md

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