View Source Vercel (Vercel v0.1.7)

An Elixir wrapper for Vercel's API. Only a subset of the API is supported and this is a work in progress. That said, any modules that have been implemented can be used. For general reference please see: https://vercel.com/docs/rest-api

Link to this section Summary

Functions

Convenience function for retrieving Vercel specfic environment values, but will raise an exception if values are missing.

Link to this section Functions

Link to this function

get_env(key, default \\ nil)

View Source
@spec get_env(atom(), any()) :: any()

Convenience function for retrieving Vercel specfic environment values, but will raise an exception if values are missing.