#%RAML 1.0
title: Products API
types:
paging:
properties:
start?: number
page-size?: number
/products:
description: All products
get:
queryString:
type: paging
examples: !include examples/paging-examples.raml
https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md#typed-fragments
upvoted 2 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Aquaworm
2 years, 9 months ago