Skip to content

Commit 2c477e6

Browse files
Merge pull request #100 from finestructure/develop
Package update (ARM support)
2 parents cce82a4 + d4c02bd commit 2c477e6

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

Package.resolved

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Rester
22

3-
![Swift 5](https://img.shields.io/badge/Swift-5-blue.svg)
3+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Ffinestructure%2FRester%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/finestructure/Rester)
4+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Ffinestructure%2FRester%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/finestructure/Rester)
5+
46
[![Build Status](https://travis-ci.org/finestructure/Rester.svg?branch=develop)](https://travis-ci.org/finestructure/Rester)
57
[![codecov](https://codecov.io/gh/finestructure/Rester/branch/develop/graph/badge.svg)](https://codecov.io/gh/finestructure/Rester)
68
[![Twitter: @_sa_s](https://img.shields.io/badge/twitter-@_sa_s-blue.svg?style=flat)](https://twitter.com/_sa_s)
79

810

11+
912
Rester is a command line tool to test HTTP APIs. It processes declaratively written request descriptions as a test script, executing and validating the requests as specified.
1013

1114
For instance, a description like the following:

0 commit comments

Comments
 (0)