Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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