seregazhuk/php-headhunter-api

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.scrutinizer.yml
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
composer.json
phpunit.xml
src/Api.php17
src/EndPoints/Artifacts.php48
src/EndPoints/Auth.php14
src/EndPoints/Comments.php33
src/EndPoints/Dictionaries.php8
src/EndPoints/Employers.php10
src/EndPoints/Endpoint.php59
src/EndPoints/EndpointsContainer.php58
src/EndPoints/Faculties.php12
src/EndPoints/Industries.php8
src/EndPoints/Languages.php8
src/EndPoints/Manager.php19
src/EndPoints/Me.php23
src/EndPoints/Metro.php12
src/EndPoints/Negotiations.php26
src/EndPoints/Regions.php8
src/EndPoints/Resumes.php50
src/EndPoints/SavedSearches.php9
src/EndPoints/Specializations.php8
src/EndPoints/Suggests.php32
src/EndPoints/Vacancies.php59
src/Exceptions/HeadHunterApiException.php5
src/Exceptions/WrongEndPointException.php5
src/Request.php100
src/Traits/EmployerManagers.php41
src/Traits/HasAll.php10
src/Traits/HasSimilarVacancies.php10
src/Traits/HasView.php10
src/Traits/HasVisibilityList.php68
src/Traits/InvitedNegotiations.php46
src/Traits/ResolvesCurrentUser.php30
src/Traits/Searchable.php10
tests/EndpointContainerTest.php46