
v2.7
GET /updates
* RESTed 2.7 drops support for 10.6, because it doesn't have NSRegularExpression.
* Users may now embed URLs with parameters (see note below for example).
* Response styles updated.
* Sending Empty URLs no longer crashes RESTed.
* True/false are sent as booleans, instead of strings, when using JSON-encoding.
* RESTed now leaves most character encoding in the URL field up to the user.
###
URL embedding example:
- User-provided URL: http://localhost/{{resource}}/{{id}}/
- Parameters: resource = posts, id = 3, & author = true
- Destination URL: http://localhost/posts/3/?author=true
RESTed 2.7 matches parameters in your URL as {{\w+}}. So, parameter names need to be alphanumeric.
Open source binary that reads from a config file and listens to http/websocket connections on a range of ports.
Blinged JSON Validator is a free app to validate JSON files with syntax highlighting, whitespace indentation, error messaging, and hotkeys.