Registry / serialization / atom-tools

atom-tools

JSON →
library2.0.5rbrubygemsunverified

atom-tools is an all-in-one Atom library. It parses and builds Atom (RFC 4287) entries and feeds, and manipulates Atom Publishing Protocol (RFC 5023) Collections.

gem install atom-tools
INSTALL
IMPORT
SIG · ATOM-TOOLS
A
atom-tools
serializationrubyv2.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Atom::Tools
require 'atom/tools'

Creates an Atom feed with an entry.

require 'atom/tools' feed = Atom::Feed.new feed.title = "My Feed" entry = Atom::Entry.new entry.title = "Hello" feed.entries << entry puts feed.to_xml
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
atom-tools — gem install atom-tools · libregistry