ex_tmdb v0.1.0 ExTmdb View Source
Documentation for ExTmdb.
Link to this section Summary
Link to this section Functions
Prints out the base url with default version (V3)
Examples
iex> ExTmdb.endpoint_url()
"http://localhost:1234/3"
iex> ExTmdb.endpoint_url(4)
"http://localhost:1234/4"