5 'defaultNamespace' =>
'\\Bitrix\\Rest\\Controller',
8 'hideModuleScope' =>
true,
11 'configuration.import',
20 'rest.service.apauth.password' => [
21 'className' => \Bitrix\Rest\Service\APAuth\PasswordService::class,
23 'rest.service.apauth.permission' => [
24 'className' => \Bitrix\Rest\Service\APAuth\PermissionService::class,
26 'rest.service.app' => [
27 'constructor' =>
function () {
28 return new \Bitrix\Rest\Service\AppService(
29 new \
Bitrix\Rest\Repository\AppRepository(
30 new Bitrix\Rest\Model\Mapper\App()
35 'rest.service.integration' => [
36 'constructor' =>
function () {
37 return new \Bitrix\Rest\Service\IntegrationService(
38 new \
Bitrix\Rest\Repository\IntegrationRepository(
39 new Bitrix\Rest\Model\Mapper\Integration()
44 'rest.repository.app' => [
45 'constructor' =>
static function () {
46 return new \Bitrix\Rest\Repository\AppRepository(
47 new \
Bitrix\Rest\Model\Mapper\App()
51 'rest.repository.integration' => [
52 'constructor' =>
static function () {
53 return new \Bitrix\Rest\Repository\IntegrationRepository(
54 new \
Bitrix\Rest\Model\Mapper\Integration()