RESTClient

Description

Simple REST Client for Dolphin Smalltalk

Details

Source
GitHub
Dialect
dolphin (25% confidence)
License
MIT
Stars
3
Forks
1
Created
April 13, 2020
Updated
Nov. 3, 2024

Categories

Web

README excerpt

# 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`
← Back to results