Chobbes / org-chef

A package for making a cookbook and managing recipes with org-mode.
MIT License
327 stars 33 forks source link

Use dispatch table for retrieving fetch functions #54

Open conjunctive opened 3 years ago

conjunctive commented 3 years ago

By parsing the URL with url-generic-parse-url, we can leverage the host as a key in a hash-table. We can use that hash-table to store references to the fetching functions. By exposing a data-structure, we provide more flexibility to users and ease the process of adding upstream support for new sites.