marcelobarreto/postgrest-rb

View on GitHub
lib/postgrest/responses/post_response.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Postgrest
  module Responses
    class PostResponse < BaseResponse
    end
  end
end