Skip to content

Latest commit

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

gpodder directory API

Maven Central badgeJavadocsLicense

Java library implementing directory API calls for gpodder.net

Supported calls:

  • Retrieve Top Tags
  • Retrieve Podcasts for Tag
  • Podcast Toplist
  • Podcast Search

These calls are public content and require no authentication or API key.

Usage

List<Podcast> podcasts = newDirectoryAPI().search("keyword");

Maven Central

Include this project directly from Maven Central

<dependency>
<groupId>be.ceau</groupId>
<artifactId>gpodder-directory-api</artifactId>
<version>${project.version}</version>
</dependency>

GnuPG public key

Verify signature files with my GnuPG public key.

License

Licensed under the Apache 2.0 license.

About

Java library implementing directory API calls for gpodder.net

Topics

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages