BeuthBot.postman_collection.json 2.95 KB
{
	"info": {
		"name": "BeuthBot",
		"_postman_id": "fd29548f-6b95-81d0-cae3-1233324d3846",
		"description": "",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Facebook",
			"description": "",
			"item": [
				{
					"name": "FB setWebhook",
					"request": {
						"method": "GET",
						"header": [],
						"body": {},
						"url": {
							"raw": "localhost:8080/facebook/setWebhook",
							"host": [
								"localhost"
							],
							"port": "8080",
							"path": [
								"facebook",
								"setWebhook"
							]
						},
						"description": ""
					},
					"response": []
				},
				{
					"name": "FB getUpdates",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\"object\":\"page\",\"entry\":[{\"id\":\"163783704220143\",\"time\":1513427045712,\"messaging\":[{\"sender\":{\"id\":\"1385529261556255\"},\"recipient\":{\"id\":\"163783704220143\"},\"timestamp\":1513427044846,\"message\":{\"mid\":\"mid.$cAADOButO2l5mkI1R7lgX0gFO8FR5\",\"seq\":4370,\"text\":\"Hallo\"}}]}]}"
						},
						"url": {
							"raw": "localhost:8080/facebook/getUpdates",
							"host": [
								"localhost"
							],
							"port": "8080",
							"path": [
								"facebook",
								"getUpdates"
							]
						},
						"description": ""
					},
					"response": []
				}
			]
		},
		{
			"name": "Rasa",
			"description": "",
			"item": [
				{
					"name": "Rasa parse",
					"request": {
						"method": "GET",
						"header": [],
						"body": {},
						"url": {
							"raw": "localhost:5000/parse?q=Gerichte",
							"host": [
								"localhost"
							],
							"port": "5000",
							"path": [
								"parse"
							],
							"query": [
								{
									"key": "q",
									"value": "Gerichte",
									"equals": true
								}
							]
						},
						"description": ""
					},
					"response": []
				}
			]
		},
		{
			"name": "Telegram",
			"description": "",
			"item": [
				{
					"name": "Telegram setWebhook",
					"request": {
						"method": "GET",
						"header": [],
						"body": {},
						"url": {
							"raw": ""
						},
						"description": ""
					},
					"response": []
				},
				{
					"name": "Telegram setWebhook",
					"request": {
						"method": "POST",
						"header": [],
						"body": {},
						"url": {
							"raw": "localhost:8080/telegram/setWebhook",
							"host": [
								"localhost"
							],
							"port": "8080",
							"path": [
								"telegram",
								"setWebhook"
							]
						},
						"description": ""
					},
					"response": []
				}
			]
		},
		{
			"name": "Wildfly Home",
			"request": {
				"method": "GET",
				"header": [],
				"body": {},
				"url": {
					"raw": "localhost/8080",
					"host": [
						"localhost"
					],
					"path": [
						"8080"
					]
				},
				"description": ""
			},
			"response": []
		}
	]
}