Sha256: 2769d05e6a5ec378aedeb905b671ee4e3f812894867710e9453830ba16ffb2be

Contents?: true

Size: 378 Bytes

Versions: 7

Compression:

Stored size: 378 Bytes

Contents

# #NOTE: GJ: create commands will accept a single resource
# #          until jsonapi.org a validation solution for compound documents
# #          https://github.com/json-api/json-api/issues/7
#
# module RestPack::Service
#   module Commands
#     class SingleCreate < RestPack::Service::Command
#       def execute
#         single_create!
#       end
#     end
#   end
# end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
restpack_service-0.0.83 lib/restpack_service/commands/single_create.rb
restpack_service-0.0.82 lib/restpack_service/commands/single_create.rb
restpack_service-0.0.81 lib/restpack_service/commands/single_create.rb
restpack_service-0.0.80 lib/restpack_service/commands/single_create.rb
restpack_service-0.0.79 lib/restpack_service/commands/single_create.rb
restpack_service-0.0.78 lib/restpack_service/commands/single_create.rb
restpack_service-0.0.77 lib/restpack_service/commands/single_create.rb