antonmarin/amocrm

View on GitHub
src/Note/NoteRepository.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace amocrm\Note;

use amocrm\Repository;

/**
 * Class Notes
 * @package antonmarin\amocrm
 */
class NoteRepository extends Repository
{
    /**
     * Адрес шлюза
     *
     * @return string
     * @example accounts/current
     */
    protected function getUrl()
    {
        // TODO: Implement getUrl() method.
    }
}