An open API service indexing awesome lists of open source software.

https://github.com/rko281/restclient

Simple REST Client for Dolphin Smalltalk
https://github.com/rko281/restclient

Last synced: 2 months ago
JSON representation

Simple REST Client for Dolphin Smalltalk

Awesome Lists containing this project

README

        

# REST Client for Dolphin Smalltalk 7.1
* Simple REST Request and Response handling
* Wraps IWinHttpRequest class
* Developed and tested with Dolphin Smalltalk 7.1

### Automated Installation
* Install [GitHub Package Manager](https://github.com/rko281/GitHub)
* Evaluate:
```
GitHubPackageManager install: 'rko281/RESTClient'
```

### Manual Installation
* This repository should be cloned/downloaded to your image directory
* Install the package `REST Client`

### Example Usage:
`(RESTRequest url: 'https://jsonplaceholder.typicode.com/posts') get json`