Skip to content

News block

Nadia edited this page Jan 8, 2020 · 1 revision

Init client instance

client = EbanqApi::Client.new

Retrieve News entry

id (required) - the ID of the news to retrieve.

client.news.show(1)

List of all News entries

page - Page number.

client.news.list
Clone this wiki locally