niconico.py
niconico.py copied to clipboard
[Improvement] Add a decorating function that explicitly requires authentication
Overview
Use Python's decorating function to distinguish whether it is an authentication-required function.
Sample
@auth_required
def get_own_information():
~~do something~~
Tasks
- [ ] Create decorating function
- [ ] Distinguish whether authentication is required