weixin_39642981 2020-11-29 17:44
浏览 0

API: Flask - Implement new Default endpoint

Reimplementation of the default root-endpoint implemented on nodejs-based to python for the new API.

Principal roadmap: https://github.com/wazuh/wazuh/issues/2640

Need to add default request to the API spec.

Default root-endpoint to reimplement: * [x] GET /

该提问来源于开源项目:wazuh/wazuh

  • 写回答

6条回答 默认 最新

  • weixin_39642981 2020-11-29 17:44
    关注

    Status update

    Summary

    Today I've started the reimplementation of the default root-endpoint implemented on nodejs-based to python for the new API.

    Tasks

    • [3h] Get used to API spec and update it to include GET/ default request path and needed scheme.
    • [1h] Create default_controller.py and starts its implementation

    Difficulties

    Tests performed

    Added GET/ path request to spec.yaml Started the programming of default_controller.py

    Pending

    Implementation of default_controller

    评论

报告相同问题?