module Medie

Medie supports by default a series of media formats, such as xml, json, atom, opensearch and form-urlencoded.

Use register to register your own media format, but do not forget to contribute with your converter if it is a well known media type that Medie still does not support.

Public Class Methods

registry() click to toggle source
# File lib/medie.rb, line 11
def self.registry
  @registry ||= Registry.new
end