datadotworld / dwapi-spec

data.world API Specifications (a.k.a. Swagger definition)
Apache License 2.0
2 stars 3 forks source link

add spec for tables, sql, sparql, downloads resource #24

Closed tle closed 7 years ago

tle commented 7 years ago

@rflprr - just want double check that for the query endpoints , are you sure we want to remove these parameters params

@QueryParam("$param1") @ApiParam(value = "Optional value of ?param1 in the query") String param1,  // for Swagger
                        @QueryParam("$param2") @ApiParam(value = "Optional value of ?param2 in the query") String param2,
                        @QueryParam("parameters") @ApiParam(value = "Optional comma-separated ?name=value pairs") final String parameters,

cc @bryonjacob