WPINC_class oembed controller.php Notes - WordPress-Thinstall/wordpress-develop GitHub Wiki

interface OEmbedCotroller {
    public function register_routes();
    public function get_item( $request );
}