View Source ExTeal.Api.CardResponder (ExTeal v0.27.7)

API Responder that manages cards

  • GET /dashboard/:name - Return the dashboard and it's cards
  • GET /resource/:resource_name/cards - Return the cards for a resource

Summary

Functions

Link to this function

resource(conn, resource_name)

View Source