Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
json.name 'Annotator Store API'
json.version '2.0.0'
json.links do
  json.annotation do
    json.create do
      json.url annotator_discourse_annotator_annotations_url
      json.method 'POST'
      json.description 'Create or add new annotations.'
    end
    json.read do
      json.url annotator_discourse_annotator_annotation_url(':id')
      json.method 'GET'
      json.description 'Read, retrieve or view existing annotation.'
    end
    json.update do
      json.url annotator_discourse_annotator_annotation_url(':id')
      json.method 'PUT/PATCH'
      json.description 'Update or edit existing annotation.'
    end
    json.delete do
      json.url annotator_discourse_annotator_annotation_url(':id')
      json.method 'DELETE'
      json.description 'Delete or deactivate existing annotation.'
    end
  end
  json.search do
    json.url discourse_annotator.search_url
    json.method 'GET'
    json.description 'Search for annotations'
  end
end