/api/v1/{your PATH}
pipelines/product_ranking/ranking_pipeline.py
:
/api/v1/my-ranking
pipelines/main.py
:
WyvernService.generate_app
. This basically register the /api/v1/ranking route in the Wyvern service.
Now if you do wyvern run
, your ranking endpoint is ready to serve a request.