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
- Host: GitHub
- URL: https://github.com/rko281/restclient
- Owner: rko281
- License: mit
- Created: 2020-04-13T07:58:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T09:17:48.000Z (almost 5 years ago)
- Last Synced: 2025-02-11T12:21:18.188Z (4 months ago)
- Language: Smalltalk
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`