Skip to content
Snippets Groups Projects
Commit 4842ca75 authored by Robert Habermann's avatar Robert Habermann
Browse files

add WebService configuration templates

parent 9346da96
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@
[tox]
envlist =
cov_clean,
py26,
py27,
py34,
cov_combine,
......
---
Debugger:
DebugThreshold: info
TestMode: '0'
Description: FAQ Connector REST Sample
FrameworkVersion: 5.0.13
Provider:
Operation:
LanguageList:
Description: List all availables languages
MappingInbound: {}
MappingOutbound: {}
Type: FAQ::LanguageList
PublicCategoryList:
Description: List all public FAQ categories (with tree information)
MappingInbound: {}
MappingOutbound: {}
Type: FAQ::PublicCategoryList
PublicFAQGet:
Description: Retrieve public FAQ entries
MappingInbound: {}
MappingOutbound: {}
Type: FAQ::PublicFAQGet
PublicFAQSearch:
Description: Search for public FAQs
MappingInbound: {}
MappingOutbound: {}
Type: FAQ::PublicFAQGet
Transport:
Config:
KeepAlive: ''
MaxLength: '10000000'
RouteOperationMapping:
LanguageList:
RequestMethod:
- GET
Route: /LanguageList
PublicCategoryList:
RequestMethod:
- GET
Route: /PublicCategoryList
PublicFAQGet:
RequestMethod:
- GET
Route: /PublicFAQGet
PublicFAQSearch:
RequestMethod:
- POST
Route: /PublicFAQSearch
Type: HTTP::REST
RemoteSystem: ''
Requester:
Transport:
Type: ''
---
Debugger:
DebugThreshold: info
TestMode: '0'
Description: Link Connector REST Sample
FrameworkVersion: 5.0.13
Provider:
Operation:
LinkAdd:
Description: Add a new link between two elements.
MappingInbound: {}
MappingOutbound: {}
Type: Link::LinkAdd
LinkDelete:
Description: Deletes a link between two elements.
MappingInbound: {}
MappingOutbound: {}
Type: Link::LinkDelete
LinkDeleteAll:
Description: Deletes all links of an element.
MappingInbound: {}
MappingOutbound: {}
Type: Link::LinkDeleteAll
LinkList:
Description: Get all existing links for an element.
MappingInbound: {}
MappingOutbound: {}
Type: Link::LinkList
PossibleLinkList:
Description: Get a list structure of all possible link types.
MappingInbound: {}
MappingOutbound: {}
Type: Link::PossibleLinkList
PossibleObjectsList:
Description: Get a list of all possible linkable objects for an object.
MappingInbound: {}
MappingOutbound: {}
Type: Link::PossibleObjectsList
PossibleTypesList:
Description: Get a list of all possible link types between two objects.
MappingInbound: {}
MappingOutbound: {}
Type: Link::PossibleTypesList
Transport:
Config:
KeepAlive: ''
MaxLength: '100000000'
RouteOperationMapping:
LinkAdd:
RequestMethod:
- POST
Route: /LinkAdd
LinkDelete:
RequestMethod:
- DELETE
Route: /LinkDelete
LinkDeleteAll:
RequestMethod:
- DELETE
Route: /LinkDeleteAll
LinkList:
RequestMethod:
- GET
Route: /LinkList
PossibleLinkList:
RequestMethod:
- GET
Route: /PossibleLinkList
PossibleObjectsList:
RequestMethod:
- GET
Route: /PossibleObjectsList
PossibleTypesList:
RequestMethod:
- GET
Route: /PossibleTypesList
Type: HTTP::REST
RemoteSystem: ''
Requester:
Transport:
Type: ''
---
Debugger:
DebugThreshold: debug
DebugThreshold: info
TestMode: '0'
Description: Ticket Connector REST Sample
FrameworkVersion: 5.0.8
FrameworkVersion: 5.0.13
Provider:
Operation:
SessionCreate:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment