Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackfirth/racket-request
Package for simplifying HTTP requests and writing integration tests of REST-ful APIs in Racket
https://github.com/jackfirth/racket-request
http racket testing
Last synced: 24 days ago
JSON representation
Package for simplifying HTTP requests and writing integration tests of REST-ful APIs in Racket
- Host: GitHub
- URL: https://github.com/jackfirth/racket-request
- Owner: jackfirth
- License: mit
- Created: 2015-07-13T06:09:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-02T02:05:16.000Z (over 2 years ago)
- Last Synced: 2024-08-04T04:06:51.399Z (3 months ago)
- Topics: http, racket, testing
- Language: Racket
- Size: 40 KB
- Stars: 23
- Watchers: 5
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-racket - racket-request - Package for simplifying HTTP requests and writing integration tests of REST-ful APIs in Racket. (Web Frameworks)
- awesome-racket-and-scheme - racket-request - ful APIs in Racket (Racket / Networks/web)
README
# racket-request [![Build Status](https://travis-ci.org/jackfirth/racket-request.svg?branch=master)](https://travis-ci.org/jackfirth/racket-request) [![Coverage Status](https://coveralls.io/repos/jackfirth/racket-request/badge.svg?branch=master&service=github)](https://coveralls.io/github/jackfirth/racket-request?branch=master)
[Documentation](http://pkg-build.racket-lang.org/doc/request/index.html)
Package for simplifying HTTP requests and writing integration tests of REST-ful APIs in Racket
```
$ raco pkg install request> (require request)
```Currently unstable and not guaranteed to maintain backwards compatibility