| Current Path : /var/www/html/bookstack/storage/framework/views/ |
| Current File : /var/www/html/bookstack/storage/framework/views/1ed7289f92e6afe5e87c8e818679f62e88745b41.php |
<?php $__env->startSection('body'); ?>
<div class="container pt-xl">
<div class="grid right-focus reverse-collapse">
<div>
<div class="sticky-sidebar">
<p class="text-uppercase text-muted mb-xm mt-l"><strong>Getting Started</strong></p>
<div class="text-mono">
<div class="mb-xs"><a href="#authentication">Authentication</a></div>
<div class="mb-xs"><a href="#request-format">Request Format</a></div>
<div class="mb-xs"><a href="#listing-endpoints">Listing Endpoints</a></div>
<div class="mb-xs"><a href="#error-handling">Error Handling</a></div>
<div class="mb-xs"><a href="#rate-limits">Rate Limits</a></div>
</div>
<?php $__currentLoopData = $docs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $model => $endpoints): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<p class="text-uppercase text-muted mb-xm mt-l"><strong><?php echo e($model); ?></strong></p>
<?php $__currentLoopData = $endpoints; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $endpoint): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="mb-xs">
<a href="#<?php echo e($endpoint['name']); ?>" class="text-mono inline block mr-s">
<span class="api-method" data-method="<?php echo e($endpoint['method']); ?>"><?php echo e($endpoint['method']); ?></span>
</a>
<a href="#<?php echo e($endpoint['name']); ?>" class="text-mono">
<?php echo e($endpoint['controller_method_kebab']); ?>
</a>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
<div style="overflow: auto;">
<section code-highlighter class="card content-wrap auto-height">
<?php echo $__env->make('api-docs.parts.getting-started', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</section>
<?php $__currentLoopData = $docs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $model => $endpoints): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<section class="card content-wrap auto-height">
<h1 class="list-heading text-capitals"><?php echo e($model); ?></h1>
<?php $__currentLoopData = $endpoints; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $endpoint): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php echo $__env->make('api-docs.parts.endpoint', ['endpoint' => $endpoint, 'loop' => $loop], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</section>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.simple', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/bookstack/resources/views/api-docs/index.blade.php ENDPATH**/ ?>