Child pages
  • Структура API
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Ядро

lib/Abills/Api

Базовые тесты, для каждого ендпоинта файл со своей схемой

t/Api
# схемы
t/Api/*/schemas

OpenAPI

misc/api/admin/*
misc/api/user/*

Модули

Основной файл Api модуля

Abills/modules/[module name]/Api.pm

Тесты Api

# консольный тест
Abills/modules/[module name]/t/Api.t
# схемы
Abills/modules/[module name]/t/schemas/admin
Abills/modules/[module name]/t/schemas/user

OpenAPI

Abills/modules/[module name]/Api/swagger/admin
Abills/modules/[module name]/Api/swagger/user
  • No labels