Sha256: 6d62192f70089b98d6190f543c20f4e64f00fdd6c8c7ff1ce1737c1b612d83ec
Contents?: true
Size: 764 Bytes
Versions: 1
Compression:
Stored size: 764 Bytes
Contents
%h1= page_title(resource_class: resource_class.model_name.human) %h2 JSON LD Context: %pre %code= resource_serializer.jsonld %h2 Available endpoints: %ul - if controller.respond_to?(:index) %li %code GET #{collection_path(format: :json)} - if controller.respond_to?(:create) %li %code POST #{collection_path(format: :json)} - if controller.respond_to?(:show) %li %code GET #{resource_path(':id', format: :json)} - if controller.respond_to?(:update) %li %code PUT #{resource_path(':id', format: :json)} - if controller.respond_to?(:update) %li %code PATCH #{resource_path(':id', format: :json)} - if controller.respond_to?(:destroy) %li %code DELETE #{resource_path(':id', format: :json)}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aepic-0.0.1 | app/views/application/api.html.haml |