Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 713 Bytes

File metadata and controls

13 lines (9 loc) · 713 Bytes

Drupal Joke API

A Drupal module that integrates with the free to use Joke API in order to demonstrate the technique of service provider alteration. This is intended as an example module.

A sub-module called joke_api_stub is available to create a stub interface between Drupal and the Joke API. This way, we don't need to connect to the API every time, we can just install the module and use the API as it is.

See Drupal 9: Stubbing API Modules For Fun And Profit for more information.

For a video showing this module and the stub in action see https://www.youtube.com/watch?v=Iisa-3LYsvk.