ItemDetailsService

class ItemDetailsService(client: HttpClient = HttpClientProvider.client)

A service class that fetches and formats item details from the RuneScape Grand Exchange.

This service interacts with an external API to retrieve the latest price and volume information for a given item and formats the data into a user-friendly message.

Constructors

Link copied to clipboard
constructor(client: HttpClient = HttpClientProvider.client)

Functions

Link copied to clipboard
suspend fun getItemDetailsMessage(itemName: String): String

Fetches item details for a given item name and returns a formatted message.