Codeception / module-rest

REST module for Codeception
MIT License
53 stars 27 forks source link

Added examples #8

Closed ruudboon closed 4 years ago

ruudboon commented 4 years ago

Added some examples and link to https://json-schema.org/ Didn't implement passing a file reference. I think supplying a string could be really helpful so you can create simple check's inline like I showed in the examples. If supplying is required I would like to suggest a wrapper that allows a filename as parameter, will convert it and call this method.

Naktibalda commented 4 years ago

We have multiple method for inline checks already, inline schema is not really a schema, because it obviously isn't used by application.

Please add wrapper method.

ruudboon commented 4 years ago

@Naktibalda Added it.

ruudboon commented 4 years ago

Do you have moment to review this? @DavertMik