Skip to content

Latest commit

 

History

History
executable file
·
36 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

executable file
·
36 lines (26 loc) · 1.22 KB

gpodder directory API

Maven Central badge Javadocs License

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 = new DirectoryAPI().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.