client
8 9 10 11 12 13
# File 'lib/tinycms/posts/api.rb', line 8 def self.get(post_id) Retriable.retriable do response = client.get("/api/posts/#{post_id}") Tinycms::Posts::Mapper.map(response.body) end end