Closed tyllrb closed 3 years ago
Added a new directive @stub, which takes a single parameter value, and will always return that value. This is useful if you don't want random repeated data, but rather just a simple stubbed response
@stub
value
Hi @tyllrb 👋 You can do the same with existing @examples directive, just provide a single value to it.
@examples
Added a new directive
@stub
, which takes a single parametervalue
, and will always return that value. This is useful if you don't want random repeated data, but rather just a simple stubbed response