libmastodon-client-perl 0.017-2 source package in Ubuntu

Changelog

libmastodon-client-perl (0.017-2) unstable; urgency=medium

  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Thu, 03 Nov 2022 20:07:56 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmastodon-client-perl_0.017-2.dsc 3.1 KiB 90296d7b0d43f523dc000d85e67aabf4dd440de55e392bea5359bea818eb989b
libmastodon-client-perl_0.017.orig.tar.gz 42.9 KiB 7c699d8f9b37243f943d1f522d2180e88854fde9db4b4c18119f827df9f6a83d
libmastodon-client-perl_0.017-2.debian.tar.xz 2.2 KiB 547204d3df66e837ad6d2c6240a103b85a8efd539686494791ad0906937be56e

No changes file available.

Binary packages built by this source

libmastodon-client-perl: Mastodon API perl bindings

 Mastodon::Client lets you talk to a Mastodon server to obtain authentication
 credentials, read posts from timelines in both static or streaming mode, and
 perform all the other operations exposed by the Mastodon API.
 .
 Most of these are available through convenience methods, which validate input
 parameters and are likely to provide meaningful feedback in case of
 errors.
 .
 Alternatively, this distribution can be used via the low-level request
 methods (post, get, etc), which allow direct access to the API endpoints. All
 other methods call one of these at some point.