Sha256: e316f753c3399d99823f8f9d7769200ba42270f7949c904d2fa7dabdff393446
Contents?: true
Size: 422 Bytes
Versions: 25
Compression:
Stored size: 422 Bytes
Contents
module PortaText module Command module Api # The version endpoint. # https://github.com/PortaText/docs/wiki/REST-API#api_version # # Author:: Marcelo Gornstein (mailto:marcelog@portatext.com) # Copyright:: Copyright (c) 2015 PortaText # License:: Apache-2.0 class Version < Base def endpoint(_method) 'version' end end end end end
Version data entries
25 entries across 25 versions & 1 rubygems