This upgrades the zapier init TypeScript example (and the example reference application as well) to use a much closer to real-world OAuth2 example configuration with scopes and API_URL constants.
A minor tweak was made to the Before and After Middelware types to make the arguments provided no longer optional, as they are always present.
This upgrades the
zapier init
TypeScript example (and the example reference application as well) to use a much closer to real-world OAuth2 example configuration with scopes andAPI_URL
constants.A minor tweak was made to the Before and After Middelware types to make the arguments provided no longer optional, as they are always present.