Sha256: e1603870962910d3f6ad6d07d8c8536154a7b7a05913a570cbf4d930632312a9
Contents?: true
Size: 334 Bytes
Versions: 5
Compression:
Stored size: 334 Bytes
Contents
# frozen_string_literal: true module DiscourseApi module API module Notifications def notifications(params = {}) params = API.params(params) .optional(:username, :recent, :limit, :offset, :filter) response = get('/notifications.json', params) response[:body] end end end end
Version data entries
5 entries across 5 versions & 1 rubygems