Kyle Fuller
Kyle Fuller
Syntax highlight the body block from a request and response section. This should take the content-type in brackets and infer the type to a syntax. (`application/json` = `javascript`). ### Example:...
- [ ] `date-time` - [ ] `email` - [ ] `hostname` - [x] `ipv4` - [x] `ipv6` - [x] `uri`
Making use of [JSONSchema](https://github.com/kylef/JSONSchema.swift) to provider a matcher. This might look something like: ``` swift let schema = Schema([ "type": "object", "properties": [ "name": ["type": "string"], "price": ["type": "number"], ],...
I am not interested in maintaining this project anymore. I think the problems that I was trying to solve in PathKit should just be solved in the standard library for...
This is more of a development problem and does not affect users as it is with dev dependencies. When cloning the repository and running yarn, yarn warns about incorrect peer...