- Simple REST Request and Response handling
- Wraps IWinHttpRequest class
- Developed and tested with Dolphin Smalltalk 7.1
- Install GitHub Package Manager
- Evaluate:
GitHubPackageManager install: 'rko281/RESTClient'
- This repository should be cloned/downloaded to your image directory
- Install the package
REST Client
`(RESTRequest url: 'https://jsonplaceholder.typicode.com/posts') get json`