Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ba-st/Superluminal
Building blocks for creating HTTP requests and API clients
https://github.com/ba-st/Superluminal
http http-api-client http-client pharo smalltalk
Last synced: 3 months ago
JSON representation
Building blocks for creating HTTP requests and API clients
- Host: GitHub
- URL: https://github.com/ba-st/Superluminal
- Owner: ba-st
- License: mit
- Created: 2018-01-31T21:03:53.000Z (almost 7 years ago)
- Default Branch: release-candidate
- Last Pushed: 2024-04-22T12:47:10.000Z (7 months ago)
- Last Synced: 2024-04-22T13:55:09.923Z (7 months ago)
- Topics: http, http-api-client, http-client, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 272 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pharo - Superluminal - Building blocks for creating HTTP requests and API clients (Network protocols)
README
# Superluminal
![Logo](assets/logo.svg)
Building blocks for creating HTTP requests and API clients
[![Unit Tests](https://github.com/ba-st/Superluminal/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/ba-st/Superluminal/actions/workflows/unit-tests.yml)
[![GS64 - Unit Tests](https://github.com/ba-st/Superluminal/actions/workflows/unit-tests-gs64.yml/badge.svg)](https://github.com/ba-st/Superluminal/actions/workflows/unit-tests-gs64.yml)
[![Coverage Status](https://codecov.io/github/ba-st/Superluminal/coverage.svg?branch=release-candidate)](https://codecov.io/gh/ba-st/Superluminal/branch/release-candidate)[![Baseline groups](https://github.com/ba-st/Superluminal/actions/workflows/loading-groups.yml/badge.svg)](https://github.com/ba-st/Superluminal/actions/workflows/loading-groups.yml)
[![GS64 Components](https://github.com/ba-st/Superluminal/actions/workflows/loading-gs64-components.yml/badge.svg)](https://github.com/ba-st/Superluminal/actions/workflows/loading-gs64-components.yml)
[![Markdown Lint](https://github.com/ba-st/Superluminal/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/ba-st/Superluminal/actions/workflows/markdown-lint.yml)[![GitHub release](https://img.shields.io/github/release/ba-st/Superluminal.svg)](https://github.com/ba-st/Superluminal/releases/latest)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-informational)](https://pharo.org)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-informational)](https://pharo.org)[![GS64 3.7.0](https://img.shields.io/badge/GS64-3.7.0-informational)](https://gemtalksystems.com/products/gs64/)
[![GS64 3.7.1](https://img.shields.io/badge/GS64-3.7.1-informational)](https://gemtalksystems.com/products/gs64/)Quick links
- [**Explore the docs**](docs/)
- [Report a defect](https://github.com/ba-st/Superluminal/issues/new?labels=Type%3A+Defect)
- [Request a feature](https://github.com/ba-st/Superluminal/issues/new?labels=Type%3A+Feature)## License
- The code is licensed under [MIT](LICENSE).
- The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).## Installation
To load the project in a Pharo image follow these [instructions](docs/how-to/how-to-load-in-pharo.md).
## Contributing
Check the [Contribution Guidelines](CONTRIBUTING.md)
---
> *Icons by [Icons8](https://icons8.com)*