FiQL

The Feed Item Query Language, implemented in Elixir.

https://tools.ietf.org/html/draft-nottingham-atompub-fiql-00


Hex VersionDocsHex downloadsGitHubMIT License


Installation:

If you have Hex, the package can be installed by adding fiql to your list of dependencies in mix.exs:

def deps do
    [
        {:fiql, "~> 0.1.0"},
    ]
end