As a Enterprise Engineer, I want to have a way to get all categories in a page, so that I can determine what categories are being used.
Acceptance criteria
A method that returns all the Categories in page name and full url to the category location.
To-Do
- create a method that will be called GetCategories
- add unit tests
- create an interface that will be called CategoriesGetter that will expose GetCategories method
Notes
This should live under wikimedia-enterprise/general/parser. Function example written in Python.