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.
List<Podcast> podcasts = new DirectoryAPI().search("keyword");
Include this project directly from Maven Central
<dependency>
<groupId>be.ceau</groupId>
<artifactId>gpodder-directory-api</artifactId>
<version>${project.version}</version>
</dependency>
Verify signature files with my GnuPG public key.
Licensed under the Apache 2.0 license.