MyApp v0.1.1 API Reference

Modules

Bubbles.Url is a URL handling library for Elixir applications which use Ecto schemas to manage database records. It takes care of associating URLs with schema records, redirecting old URLs to new ones on update and generating unique URLs

Provides functions for generating URL records

Implementes the Bubbles.Url.GeneratorStrategyBehaviour behaviour with default logic for generating unique URI strings among database records

In case a custom strategy for generating unique URIs needs to be implemented this behaviour should be implemented by the module responsible for the custom strategy

Provides a set of functions for creating, updating and deleting schemas which have associated URLs