Looking for help!
NAME
SemanticWeb::Schema::EntryPoint - An entry point
VERSION
version v23.0.0
DESCRIPTION
An entry point, within some Web-based protocol.
ATTRIBUTES
action_application
actionApplication
An application that can complete the request.
A action_application should be one of the following types:
_has_action_application
A predicate for the "action_application" attribute.
action_platform
actionPlatform
The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication.
A action_platform should be one of the following types:
_has_action_platform
A predicate for the "action_platform" attribute.
application
An application that can complete the request.
A application should be one of the following types:
_has_application
A predicate for the "application" attribute.
content_type
contentType
The supported content type(s) for an EntryPoint response.
A content_type should be one of the following types:
Str
_has_content_type
A predicate for the "content_type" attribute.
encoding_type
encodingType
The supported encoding type(s) for an EntryPoint request.
A encoding_type should be one of the following types:
Str
_has_encoding_type
A predicate for the "encoding_type" attribute.
http_method
httpMethod
An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.
A http_method should be one of the following types:
Str
_has_http_method
A predicate for the "http_method" attribute.
url_template
urlTemplate
An url template (RFC6570) that will be used to construct the target of the execution of the action.
A url_template should be one of the following types:
Str
_has_url_template
A predicate for the "url_template" attribute.
SEE ALSO
SemanticWeb::Schema::Intangible
SOURCE
The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2023 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)