@extends('layouts.app') @section('title', 'API Source Details') @section('breadcrumb')
{{ $apiSource->name }}
{{ ucfirst($apiSource->status) }}
{{ $apiSource->description }}
{{ $apiSource->method }}
{{ $apiSource->table_name }}
{{ $apiSource->auth_type == 'none' ? 'None' : ucfirst(str_replace('_', ' ', $apiSource->auth_type)) }}
{{ ucfirst($apiSource->schedule_type) }} @if($apiSource->schedule_frequency && $apiSource->schedule_type !== 'manual') Every {{ $apiSource->schedule_frequency }} {{ $apiSource->schedule_type == 'hourly' ? 'hour(s)' : ($apiSource->schedule_type == 'daily' ? 'day(s)' : 'week(s)') }} @endif
@if($apiSource->last_fetched_at) {{ $apiSource->last_fetched_at->format('d M Y, H:i:s') }} ({{ $apiSource->last_fetched_at->diffForHumans() }}) @else Never @endif
{{ $apiSource->created_at->format('d M Y, H:i:s') }} ({{ $apiSource->created_at->diffForHumans() }})
{{ $apiSource->updated_at->format('d M Y, H:i:s') }} ({{ $apiSource->updated_at->diffForHumans() }})
No activity logs found
Test the API endpoint to check connectivity and response.