Skip to content

Commit

Permalink
Merge pull request #74 from phenoscape/SWAGGERHUB
Browse files Browse the repository at this point in the history
Generated code by SwaggerHub
  • Loading branch information
balhoff authored Jan 22, 2019
2 parents 2ec1dda + 21df1ef commit b0ed152
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,49 @@ paths:
examples:
application/json:
value: -0.19564677483705345
/similarity/jaccard:
get:
tags:
- Semantic similarity
summary: Get pairwise Jaccard similarity for a set of terms [IN DEVELOPMENT—SUBJECT TO CHANGE]
description: Calculate similarity for every pair in a set of terms.
produces:
- application/json
parameters:
- name: iris
in: query
description: JSON array of term IRIs
required: true
type: string
format: JSON
responses:
200:
description: similarity scores
examples:
application/json:
value: TODO
post:
tags:
- Semantic similarity
summary: Get pairwise Jaccard similarity for a set of terms [IN DEVELOPMENT—SUBJECT TO CHANGE]
description: Calculate similarity for every pair in a set of terms.
consumes:
- application/x-www-form-urlencoded
produces:
- application/json
parameters:
- name: iris
in: formData
description: JSON array of term IRIs
required: true
type: string
format: JSON
responses:
200:
description: similarity scores
examples:
application/json:
value: TODO
/entity/search:
get:
tags:
Expand Down

0 comments on commit b0ed152

Please sign in to comment.