Sha256: 3cba149ce1b44f38c3d569383bb1965359b83071705ebb576317a62fc9830c23

Contents?: true

Size: 386 Bytes

Versions: 6

Compression:

Stored size: 386 Bytes

Contents

require "foobara/rack_connector"

default_serializers = [
  Foobara::CommandConnectors::Serializers::ErrorsSerializer,
  Foobara::CommandConnectors::Serializers::JsonSerializer
]

rack_connector = Foobara::CommandConnectors::Http::Rack.new(default_serializers:)

# rack_connector.connect(SomeCommandOrOrgOrDomain, suffix: "Atom", atomic_entities: true)

RACK_CONNECTOR = rack_connector

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foobara-rack-connector-generator-0.0.6 templates/boot/http.rb
foobara-rack-connector-generator-0.0.5 templates/boot/http.rb
foobara-rack-connector-generator-0.0.4 templates/boot/http.rb
foobara-rack-connector-generator-0.0.3 templates/boot/http.rb
foobara-rack-connector-generator-0.0.2 templates/boot/http.rb
foobara-rack-connector-generator-0.0.1 templates/boot/http.rb