spotify_ex v2.0.8 Responder behaviour View Source

Recieves http responses from the client and handles them accordingly.

Spotify API modules (Playlist, Album, etc) use Responder. When a request is made they giv the endpoint URL to the Client, which makes the request, and pass the response to handle_response. Each API module must build appropriate responses, so they add Responder as a behaviour, and implement the build_response/1 function.

Link to this section Summary

Link to this section Callbacks

Link to this callback build_response(map) View Source
build_response(map()) :: any()