コンテンツ情報取得の実装をapi.phpから剥がした

This commit is contained in:
shibafu
2018-04-15 02:05:41 +09:00
parent 0f39b502e8
commit 7ca0acacb4
9 changed files with 190 additions and 66 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace App\MetadataResolver;
interface Resolver
{
public function resolve(string $url): Metadata;
}