Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Письменов Дмитрий Иванович / yourroomads

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • yourroomads
  • app
  • Service
  • Contract
  • API.php
  • Евгений's avatar
    Улучшение #19447 · e2e0568e
    Добавление токенов
    Евгений committed May 01, 2021
    e2e0568e Browse Files
API.php 114 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7
<?php
namespace App\Service\Contract;

interface API{
    function getAuthLink();
    function getToken($code);
}