emqx/apps/emqx_management
JianBo He 257e310931 chore: ensure the `bind` output style
e.g:
- Configured as `1883`, printed as `:1883`
- Configured as `0.0.0.0:1883`, printed as `:1883`
- Configured as `127.0.0.1:1883`, printed as `127.0.0.1:1883`
- Configured as `::1:1883`, printed as `[::1]:1883`
- Configured as `[::1]:1883`, printed as `[::1]:1883`
2022-07-26 19:02:04 +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 chore: ensure the `bind` output style 2022-07-26 19:02:04 +08:00
test feat: add sysmon config handler to reload conf 2022-07-21 12:33:56 +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