Sha256: d017fffe1b918a20040357000d622304551ec13cdeed4bdc184ebef3d149d94d
Contents?: true
Size: 328 Bytes
Versions: 6
Compression:
Stored size: 328 Bytes
Contents
# frozen_string_literal: true module PapierkramApi module V1 module Endpoints # This class is responsible for all the API calls related to info connections. class Info < PapierkramApi::V1::Endpoints::Base def details http_get("#{@url_api_path}/info") end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems