Commit graph

3 commits

Author SHA1 Message Date
Franck Bret
82ee095128 Elm stateful lister
Use another Api endpoint that helps the lister to be stateful.
The Api endpoint used needs a ``since`` value that represents a
sequential index in the history.
The ``all_packages_count`` state helps in storing a count which will be
used as ``since`` argument on the next run.
2024-01-09 14:05:56 +01:00
Franck Bret
4b1f49ac22 Adapt and rebase
'url' and 'instance' are mandatory
Add elm lister entry to pyproject.toml
2024-01-09 14:05:56 +01:00
Franck Bret
3a1beae36e Elm Lister
The Elm Lister lists Elm packages origins from the Elm
lang registry.
It uses an http api endpoint to list packages origins.
Origins are Github repositories, releases take advantages
of Github relase Api.
2024-01-09 14:05:56 +01:00