emqx/apps/emqx_management
firest 47b35f0c6a fix(api): add listener create API from `POST /listeners/{type:name}` to `POST /listeners`
Old:
    API: POST /listeners/{type:demo}
    Body: {"type" : "tcp", "id" : "tcp:demo"}
New:
    API: POST /listeners
    Body: {"type" : "tcp", "name" : "demo"}
2022-09-08 20:28:40 +08:00
..
etc refactor: close managment http 8081 (#5564) 2021-08-27 13:46:39 +08:00
i18n chore: fix elvis warning atom_naming_convention. 2022-04-18 22:09:03 +08:00
include chore: update copyright 2022-01-05 20:55:00 +01:00
src fix(api): add listener create API from `POST /listeners/{type:name}` to `POST /listeners` 2022-09-08 20:28:40 +08:00
test fix(api): add listener create API from `POST /listeners/{type:name}` to `POST /listeners` 2022-09-08 20:28:40 +08:00
.gitignore chore(emqx_management): move emqx management to apps 2021-03-02 09:35:47 +08:00
README.md docs(README): EMQ X -> EMQX 2022-02-15 16:19:26 +01:00
rebar.config chore: reformat mgmt code. 2022-04-19 14:02:39 +08:00

README.md

emqx-management

EMQX Management API

How to Design RESTful API?

http://restful-api-design.readthedocs.io/en/latest/scope.html

default application see: header: authorization: Basic YWRtaW46cHVibGlj