This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.
from 84ff9f8 Revert "fix: delete POST method in /apisix/admin/consumer
(#852) (#868)" (#1019)
add 0bf6a15 feat: use Swagger to maintain API document for Manager API
(#992)
No new revisions were added by this update.
Summary of changes:
api/internal/core/entity/entity.go | 5 +
.../handler/authentication/authentication.go | 30 ++
api/internal/handler/consumer/consumer.go | 34 ++
api/internal/handler/handler.go | 18 ++
api/internal/handler/route/route.go | 66 ++++
api/internal/handler/service/service.go | 34 ++
api/internal/handler/ssl/ssl.go | 88 +++++
api/internal/handler/upstream/upstream.go | 34 ++
api/internal/utils/consts/api_error.go | 7 +-
docs/FAQ.md | 18 ++
docs/api/api.md | 359 +++++++++++++++++++++
11 files changed, 691 insertions(+), 2 deletions(-)
create mode 100644 docs/api/api.md