File: /home/xedaptot/ai.naniguide.com/resources/lang/default/refactor/api_docs.php
<?php return array (
'empty.desc' => 'The API documentation will appear here once endpoints are configured.',
'empty.title' => 'No endpoints found',
'endpoints.copied' => 'Copied!',
'endpoints.copy_curl' => 'Copy',
'endpoints.default' => 'Default',
'endpoints.description' => 'Description',
'endpoints.example' => 'Example Request',
'endpoints.help' => 'Note',
'endpoints.name' => 'Name',
'endpoints.no_params' => 'No parameters required.',
'endpoints.optional' => 'optional',
'endpoints.parameters' => 'Parameters',
'endpoints.required' => 'required',
'endpoints.returns' => 'Returns',
'endpoints.try_it' => 'Try it',
'getting_started.auth_desc' => 'All API requests require authentication. Include your API token in every request using one of these methods:',
'getting_started.auth_header' => 'Header (recommended)',
'getting_started.auth_query' => 'Query parameter',
'getting_started.auth_title' => 'Authentication',
'getting_started.base_url' => 'Base URL',
'getting_started.rate_desc' => 'API requests are rate limited. If you exceed the limit, you will receive a 429 status code.',
'getting_started.rate_limit' => 'Rate Limiting',
'getting_started.response_desc' => 'All responses are returned in JSON format. Successful requests return a 200 status code.',
'getting_started.response_format' => 'Response Format',
'getting_started.title' => 'Getting Started',
'getting_started.token_link' => 'Account Settings',
'getting_started.token_note' => 'You can find your API token in',
'page.subtitle' => 'Complete REST API reference with examples.',
'page.title' => 'API Documentation',
'page.version' => 'v1',
'sidebar.all_endpoints' => 'All Endpoints',
'sidebar.getting_started' => 'Getting Started',
'tab.admin' => 'Admin API',
'tab.customer' => 'Customer API',
) ?>