TT#28460 Format: add line between subs in API controllers

Change-Id: I67f11fef716941dc965dffd4e8fbb1a211791bbf
changes/93/18693/4
Irina Peshinskaya 8 years ago
parent d28b6b688c
commit 75d6edbcd9

@ -12,6 +12,7 @@ __PACKAGE__->set_config();
sub api_description {
return'Defines admins to log into the system via panel or api.';
}
sub allowed_methods{
return [qw/GET POST OPTIONS HEAD/];
}

@ -32,9 +32,11 @@ sub query_params {
sub resource_name{
return 'applyrewrites';
}
sub dispatch_path{
return '/api/applyrewrites/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-applyrewrites';
}

@ -35,9 +35,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::AutoAttendants
sub resource_name{
return 'autoattendants';
}
sub dispatch_path{
return '/api/autoattendants/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-autoattendants';
}

@ -23,9 +23,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::AutoAttend
sub resource_name{
return 'autoattendants';
}
sub dispatch_path{
return '/api/autoattendants/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-autoattendants';
}

@ -79,9 +79,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::BalanceInterva
sub resource_name{
return 'balanceintervals';
}
sub dispatch_path{
return '/api/balanceintervals/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-balanceintervals';
}

@ -22,9 +22,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::BalanceInt
sub resource_name{
return 'balanceintervals';
}
sub dispatch_path{
return '/api/balanceintervals/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-balanceintervals';
}

@ -44,9 +44,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::BillingFees/;
sub resource_name{
return 'billingfees';
}
sub dispatch_path{
return '/api/billingfees/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-billingfees';
}

@ -20,9 +20,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::BillingFee
sub resource_name{
return 'billingfees';
}
sub dispatch_path{
return '/api/billingfees/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-billingfees';
}

@ -69,9 +69,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::BillingNetwork
sub resource_name{
return 'billingnetworks';
}
sub dispatch_path{
return '/api/billingnetworks/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-billingnetworks';
}

@ -24,9 +24,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::BillingNet
sub resource_name{
return 'billingnetworks';
}
sub dispatch_path{
return '/api/billingnetworks/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-billingnetworks';
}

@ -56,9 +56,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::BillingProfile
sub resource_name{
return 'billingprofiles';
}
sub dispatch_path{
return '/api/billingprofiles/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-billingprofiles';
}

@ -20,9 +20,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::BillingPro
sub resource_name{
return 'billingprofiles';
}
sub dispatch_path{
return '/api/billingprofiles/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-billingprofiles';
}

@ -54,9 +54,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::BillingZones/;
sub resource_name{
return 'billingzones';
}
sub dispatch_path{
return '/api/billingzones/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-billingzones';
}

@ -20,9 +20,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::BillingZon
sub resource_name{
return 'billingzones';
}
sub dispatch_path{
return '/api/billingzones/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-billingzones';
}

@ -33,9 +33,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CCMapEntries/;
sub resource_name{
return 'ccmapentries';
}
sub dispatch_path{
return '/api/ccmapentries/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-ccmapentries';
}

@ -23,9 +23,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::CCMapEntri
sub resource_name{
return 'ccmapentries';
}
sub dispatch_path{
return '/api/ccmapentries/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-ccmapentries';
}

@ -58,9 +58,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CFDestinationS
sub resource_name{
return 'cfdestinationsets';
}
sub dispatch_path{
return '/api/cfdestinationsets/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-cfdestinationsets';
}

@ -23,9 +23,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::CFDestinat
sub resource_name{
return 'cfdestinationsets';
}
sub dispatch_path{
return '/api/cfdestinationsets/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-cfdestinationsets';
}

@ -49,9 +49,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CFMappings/;
sub resource_name{
return 'cfmappings';
}
sub dispatch_path{
return '/api/cfmappings/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-cfmappings';
}

@ -23,9 +23,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::CFMappings
sub resource_name{
return 'cfmappings';
}
sub dispatch_path{
return '/api/cfmappings/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-cfmappings';
}

@ -65,9 +65,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CFSourceSets/;
sub resource_name{
return 'cfsourcesets';
}
sub dispatch_path{
return '/api/cfsourcesets/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-cfsourcesets';
}

@ -23,9 +23,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::CFSourceSe
sub resource_name{
return 'cfsourcesets';
}
sub dispatch_path{
return '/api/cfsourcesets/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-cfsourcesets';
}

@ -58,9 +58,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CFTimeSets/;
sub resource_name{
return 'cftimesets';
}
sub dispatch_path{
return '/api/cftimesets/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-cftimesets';
}

@ -23,9 +23,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::CFTimeSets
sub resource_name{
return 'cftimesets';
}
sub dispatch_path{
return '/api/cftimesets/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-cftimesets';
}

@ -35,9 +35,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CallControls/;
sub resource_name{
return 'callcontrols';
}
sub dispatch_path{
return '/api/callcontrols/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-callcontrols';
}

@ -51,9 +51,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CallForwards/;
sub resource_name{
return 'callforwards';
}
sub dispatch_path{
return '/api/callforwards/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-callforwards';
}

@ -23,9 +23,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::CallForwar
sub resource_name{
return 'callforwards';
}
sub dispatch_path{
return '/api/callforwards/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-callforwards';
}

@ -269,9 +269,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CallLists/;
sub resource_name{
return 'calllists';
}
sub dispatch_path{
return '/api/calllists/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-calllists';
}

@ -22,9 +22,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::CallLists/
sub resource_name{
return 'calllists';
}
sub dispatch_path{
return '/api/calllists/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-calllists';
}

@ -27,9 +27,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CallRecordingS
sub resource_name{
return 'callrecordingfiles';
}
sub dispatch_path{
return '/api/callrecordingfiles/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-callrecordingfiles';
}

@ -22,9 +22,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::CallRecord
sub resource_name{
return 'callrecordingfiles';
}
sub dispatch_path{
return '/api/callrecordingfiles/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-callrecordingfiles';
}

@ -60,9 +60,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CallRecordingS
sub resource_name{
return 'callrecordingstreams';
}
sub dispatch_path{
return '/api/callrecordingstreams/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-callrecordingstreams';
}

@ -23,9 +23,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::CallRecord
sub resource_name{
return 'callrecordingstreams';
}
sub dispatch_path{
return '/api/callrecordingstreams/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-callrecordingstreams';
}

@ -67,9 +67,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CallRecordings
sub resource_name{
return 'callrecordings';
}
sub dispatch_path{
return '/api/callrecordings/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-callrecordings';
}

@ -21,9 +21,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::CallRecord
sub resource_name{
return 'callrecordings';
}
sub dispatch_path{
return '/api/callrecordings/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-callrecordings';
}

@ -68,9 +68,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::Calls/;
sub resource_name{
return 'calls';
}
sub dispatch_path{
return '/api/calls/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-calls';
}

@ -20,9 +20,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::Calls/;
sub resource_name{
return 'calls';
}
sub dispatch_path{
return '/api/calls/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-calls';
}

@ -39,9 +39,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::Capabilities/;
sub resource_name{
return 'capabilities';
}
sub dispatch_path{
return '/api/capabilities/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-capabilities';
}

@ -22,9 +22,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::Capabiliti
sub resource_name{
return 'capabilities';
}
sub dispatch_path{
return '/api/capabilities/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-capabilities';
}

@ -68,9 +68,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::Contracts/;
sub resource_name{
return 'contracts';
}
sub dispatch_path{
return '/api/contracts/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-contracts';
}

@ -25,9 +25,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::Contracts/
sub resource_name{
return 'contracts';
}
sub dispatch_path{
return '/api/contracts/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-contracts';
}

@ -111,9 +111,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CustomerBalanc
sub resource_name{
return 'customerbalances';
}
sub dispatch_path{
return '/api/customerbalances/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-customerbalances';
}

@ -21,9 +21,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::CustomerBa
sub resource_name{
return 'customerbalances';
}
sub dispatch_path{
return '/api/customerbalances/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-customerbalances';
}

@ -55,9 +55,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CustomerContac
sub resource_name{
return 'customercontacts';
}
sub dispatch_path{
return '/api/customercontacts/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-customercontacts';
}

@ -21,9 +21,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::CustomerCo
sub resource_name{
return 'customercontacts';
}
sub dispatch_path{
return '/api/customercontacts/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-customercontacts';
}

@ -46,9 +46,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CustomerFraudE
sub resource_name{
return 'customerfraudevents';
}
sub dispatch_path{
return '/api/customerfraudevents/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-customerfraudevents';
}

@ -18,9 +18,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::CustomerFr
sub resource_name{
return 'customerfraudevents';
}
sub dispatch_path{
return '/api/customerfraudevents/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-customerfraudevents';
}

@ -70,9 +70,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CustomerFraudP
sub resource_name{
return 'customerfraudpreferences';
}
sub dispatch_path{
return '/api/customerfraudpreferences/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-customerfraudpreferences';
}

@ -20,9 +20,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::CustomerFr
sub resource_name{
return 'customerfraudpreferences';
}
sub dispatch_path{
return '/api/customerfraudpreferences/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-customerfraudpreferences';
}

@ -57,9 +57,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CustomerLocati
sub resource_name{
return 'customerlocations';
}
sub dispatch_path{
return '/api/customerlocations/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-customerlocations';
}

@ -24,9 +24,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::CustomerLo
sub resource_name{
return 'customerlocations';
}
sub dispatch_path{
return '/api/customerlocations/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-customerlocations';
}

@ -45,9 +45,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::Preferences/;
sub resource_name{
return 'customerpreferences';
}
sub dispatch_path{
return '/api/customerpreferences/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-customerpreferences';
}

@ -23,9 +23,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::Preference
sub resource_name{
return 'customerpreferences';
}
sub dispatch_path{
return '/api/customerpreferences/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-customerpreferences';
}

@ -54,9 +54,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::CustomerZoneCo
sub resource_name{
return 'customerzonecosts';
}
sub dispatch_path{
return '/api/customerzonecosts/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-customerzonecosts';
}

@ -23,9 +23,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::CustomerZo
sub resource_name{
return 'customerzonecosts';
}
sub dispatch_path{
return '/api/customerzonecosts/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-customerzonecosts';
}

@ -140,9 +140,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::Customers/;
sub resource_name{
return 'customers';
}
sub dispatch_path{
return '/api/customers/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-customers';
}

@ -25,9 +25,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::Customers/
sub resource_name{
return 'customers';
}
sub dispatch_path{
return '/api/customers/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-customers';
}

@ -36,9 +36,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::Preferences/;
sub resource_name{
return 'domainpreferences';
}
sub dispatch_path{
return '/api/domainpreferences/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-domainpreferences';
}

@ -23,9 +23,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::Preference
sub resource_name{
return 'domainpreferences';
}
sub dispatch_path{
return '/api/domainpreferences/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-domainpreferences';
}

@ -57,9 +57,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::Domains/;
sub resource_name{
return 'domains';
}
sub dispatch_path{
return '/api/domains/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-domains';
}

@ -24,9 +24,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::Domains/;
sub resource_name{
return 'domains';
}
sub dispatch_path{
return '/api/domains/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-domains';
}

@ -54,9 +54,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::EmailTemplates
sub resource_name{
return 'emailtemplates';
}
sub dispatch_path{
return '/api/emailtemplates/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-emailtemplates';
}

@ -20,9 +20,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::EmailTempl
sub resource_name{
return 'emailtemplates';
}
sub dispatch_path{
return '/api/emailtemplates/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-emailtemplates';
}

@ -55,9 +55,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::EmergencyMappi
sub resource_name{
return 'emergencymappingcontainers';
}
sub dispatch_path{
return '/api/emergencymappingcontainers/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-emergencymappingcontainers';
}

@ -21,9 +21,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::EmergencyM
sub resource_name{
return 'emergencymappingcontainers';
}
sub dispatch_path{
return '/api/emergencymappingcontainers/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-emergencymappingcontainers';
}

@ -73,9 +73,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::EmergencyMappi
sub resource_name{
return 'emergencymappings';
}
sub dispatch_path{
return '/api/emergencymappings/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-emergencymappings';
}

@ -20,9 +20,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::EmergencyM
sub resource_name{
return 'emergencymappings';
}
sub dispatch_path{
return '/api/emergencymappings/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-emergencymappings';
}

@ -90,9 +90,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::Events/;
sub resource_name{
return 'events';
}
sub dispatch_path{
return '/api/events/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-events';
}

@ -20,9 +20,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::Events/;
sub resource_name{
return 'events';
}
sub dispatch_path{
return '/api/events/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-events';
}

@ -27,9 +27,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::FaxRecordings/
sub resource_name{
return 'faxrecordings';
}
sub dispatch_path{
return '/api/faxrecordings/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-faxrecordings';
}

@ -23,9 +23,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::FaxRecordi
sub resource_name{
return 'faxrecordings';
}
sub dispatch_path{
return '/api/faxrecordings/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-faxrecordings';
}

@ -94,9 +94,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::Faxes/;
sub resource_name{
return 'faxes';
}
sub dispatch_path{
return '/api/faxes/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-faxes';
}

@ -21,9 +21,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::Faxes/;
sub resource_name{
return 'faxes';
}
sub dispatch_path{
return '/api/faxes/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-faxes';
}

@ -65,9 +65,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::FaxserverSetti
sub resource_name{
return 'faxserversettings';
}
sub dispatch_path{
return '/api/faxserversettings/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-faxserversettings';
}

@ -24,9 +24,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::FaxserverS
sub resource_name{
return 'faxserversettings';
}
sub dispatch_path{
return '/api/faxserversettings/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-faxserversettings';
}

@ -55,9 +55,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::Interceptions/
sub resource_name{
return 'interceptions';
}
sub dispatch_path{
return '/api/interceptions/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-interceptions';
}

@ -21,9 +21,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::Intercepti
sub resource_name{
return 'interceptions';
}
sub dispatch_path{
return '/api/interceptions/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-interceptions';
}

@ -54,9 +54,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::InvoiceTemplat
sub resource_name{
return 'invoicetemplates';
}
sub dispatch_path{
return '/api/invoicetemplates/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-invoicetemplates';
}

@ -20,9 +20,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::InvoiceTem
sub resource_name{
return 'invoicetemplates';
}
sub dispatch_path{
return '/api/invoicetemplates/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-invoicetemplates';
}

@ -55,9 +55,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::LnpCarriers/;
sub resource_name{
return 'lnpcarriers';
}
sub dispatch_path{
return '/api/lnpcarriers/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-lnpcarriers';
}

@ -20,9 +20,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::LnpCarrier
sub resource_name{
return 'lnpcarriers';
}
sub dispatch_path{
return '/api/lnpcarriers/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-lnpcarriers';
}

@ -64,9 +64,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::LnpNumbers/;
sub resource_name{
return 'lnpnumbers';
}
sub dispatch_path{
return '/api/lnpnumbers/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-lnpnumbers';
}

@ -20,9 +20,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::LnpNumbers
sub resource_name{
return 'lnpnumbers';
}
sub dispatch_path{
return '/api/lnpnumbers/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-lnpnumbers';
}

@ -65,9 +65,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::MailToFaxSetti
sub resource_name{
return 'mailtofaxsettings';
}
sub dispatch_path{
return '/api/mailtofaxsettings/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-mailtofaxsettings';
}

@ -21,9 +21,11 @@ sub allowed_methods{
sub resource_name{
return 'mailtofaxsettings';
}
sub dispatch_path{
return '/api/mailtofaxsettings/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-mailtofaxsettings';
}

@ -112,9 +112,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::MaliciousCalls
sub resource_name{
return 'maliciouscalls';
}
sub dispatch_path{
return '/api/maliciouscalls/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-maliciouscalls';
}

@ -20,9 +20,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::MaliciousC
sub resource_name{
return 'maliciouscalls';
}
sub dispatch_path{
return '/api/maliciouscalls/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-maliciouscalls';
}

@ -38,9 +38,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::ManagerSecreta
sub resource_name{
return 'managersecretary';
}
sub dispatch_path{
return '/api/managersecretary/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-managersecretary';
}

@ -23,9 +23,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::ManagerSec
sub resource_name{
return 'managersecretary';
}
sub dispatch_path{
return '/api/managersecretary/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-managersecretary';
}

@ -23,9 +23,11 @@ use base qw/NGCP::Panel::Role::API NGCP::Panel::Role::Entities/;
sub resource_name{
return 'metaconfigdefs';
}
sub dispatch_path{
return '/api/metaconfigdefs/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-metaconfigdefs';
}

@ -54,9 +54,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::NcosLevels/;
sub resource_name{
return 'ncoslevels';
}
sub dispatch_path{
return '/api/ncoslevels/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-ncoslevels';
}

@ -20,9 +20,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::NcosLevels
sub resource_name{
return 'ncoslevels';
}
sub dispatch_path{
return '/api/ncoslevels/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-ncoslevels';
}

@ -54,9 +54,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::NcosLnpCarrier
sub resource_name{
return 'ncoslnpcarriers';
}
sub dispatch_path{
return '/api/ncoslnpcarriers/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-ncoslnpcarriers';
}

@ -20,9 +20,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::NcosLnpCar
sub resource_name{
return 'ncoslnpcarriers';
}
sub dispatch_path{
return '/api/ncoslnpcarriers/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-ncoslnpcarriers';
}

@ -43,9 +43,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::NcosPatterns/;
sub resource_name{
return 'ncospatterns';
}
sub dispatch_path{
return '/api/ncospatterns/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-ncospatterns';
}

@ -20,9 +20,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::NcosPatter
sub resource_name{
return 'ncospatterns';
}
sub dispatch_path{
return '/api/ncospatterns/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-ncospatterns';
}

@ -79,9 +79,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::Numbers/;
sub resource_name{
return 'numbers';
}
sub dispatch_path{
return '/api/numbers/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-numbers';
}

@ -26,9 +26,11 @@ use parent qw/NGCP::Panel::Role::EntitiesItem NGCP::Panel::Role::API::Numbers/;
sub resource_name{
return 'numbers';
}
sub dispatch_path{
return '/api/numbers/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-numbers';
}

@ -36,9 +36,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::PartyCallContr
sub resource_name{
return 'partycallcontrols';
}
sub dispatch_path{
return '/api/partycallcontrols/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-partycallcontrols';
}

@ -32,9 +32,11 @@ use parent qw/NGCP::Panel::Role::Entities NGCP::Panel::Role::API::PbxDeviceFirmw
sub resource_name{
return 'pbxdeviceconfigfiles';
}
sub dispatch_path{
return '/api/pbxdeviceconfigfiles/';
}
sub relation{
return 'http://purl.org/sipwise/ngcp-api/#rel-pbxdeviceconfigfiles';
}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save