You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our main src/ directory contains two kinds of modules:
modules for the API framework (e.g. response or apiclient
modules for requests/responses from particular Cloudflare APIs (e.g. dns or workerskv)
We should sort these into two different modules (my suggested names: framework and endpoints). That way, most people can ignore the framework directory and only focus on adding their own endpoints.
The text was updated successfully, but these errors were encountered:
Currently our main
src/
directory contains two kinds of modules:response
orapiclient
dns
orworkerskv
)We should sort these into two different modules (my suggested names:
framework
andendpoints
). That way, most people can ignore the framework directory and only focus on adding their own endpoints.The text was updated successfully, but these errors were encountered: