------------------
Added:
- Implemented Endpoint chaining: The AddEndpoint decorator can now be used to chain endpoints together, which enable
code reuse.
- Added unittests for the endpoint chaining functionality
- Docstrings "endpoint.py"
- The "config" CLI command. This command will edit the config file of the project
- The "import-scopus" CLI command, which will import scopus publication records based on the authors, which are defined
on the pubtrack app
- The "list-publications" CLI command, which will list the publications on the system.
- Docstrings config file.
Fixed:
- Fixed a potential windows bug in endpoint.py
- Finally added necessary package requirements
TODO
----
- Update the README
- Write Documentation