Skip to main content

Update 1 New Constant Types

· One min read
Carl Sparks
One man band

This is the first update adding new content to the Mockd API service. A handful of new types are now available.

New types:

null - Always returns null.

int-const - Always returns the number provided in the "value" field. In the event of an error, 0 is returned instead.

bool-true - Always returns a value of true.

bool-false - Always returns a value of false.