Skip to content

Latest commit

 

History

History
executable file
·
16 lines (12 loc) · 329 Bytes

TODO.md

File metadata and controls

executable file
·
16 lines (12 loc) · 329 Bytes

Todo

Authentication

  • Add cookie based authentication

Misc

  • Abstract away partition path insertion, e.g.
def resource_parser(resource: str, partition: str = None) -> str:
    return f"_partition/{partition}/{resource}" if partition else resource

Test

  • Add partitioned methods tests