LINE.Bot.Shop (line_bot_sdk v0.2.0)

Copy Markdown

API calls for all endpoints tagged Shop.

Summary

Functions

mission_sticker_v3(client, mission_sticker_request, client_opts \\ [])

Sends a mission sticker.

Parameters

  • client (Req.Request.t/0): Client to make request with
  • mission_sticker_request (t:MissionStickerRequest/0):
  • client_opts (keyword/0): Options to pass to Req.request

Returns

  • {:ok, nil} on success
  • {:error, Req.Response.t} on failure

new(options \\ [])

Create a new Shop client.

Options

  • :base_url - base URL for requests (default: "https://api.line.me")
  • :channel_token (required) - channel access token for Bearer authorization
  • :plug - plug to use for testing (see Req.new/1)