0

How do I invoke "the Web API" for the nasearch site with Java? Also, this github repo is a Django project? If so, is there a special way to invoke the "Web API" with Java?

The readme says:

You can use the Web API to fetch a list of existing topics, conduct searches, or pull shownotes by episode.

That would be with jax-rs?

Thufir
  • 8,216
  • 28
  • 125
  • 273

1 Answers1

1

It looks like you should make a REST call to the web API for Nasearch.

Take a look at this question for how to do this in Java. As per the readme you can connect to "/api/topics" for example.

Community
  • 1
  • 1
Mackattack
  • 143
  • 2
  • 6