-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f8ae82
commit 1366aee
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,27 @@ | ||
# Python Restful API Test [![Version][version-badge]][version-link] [![Build Status][workflow-badge]][workflow-link] [![Coverage][coverage-badge]][coverage-link] [![MIT License][license-badge]](LICENSE.md) | ||
# Python Restful API Test | ||
[![GitHub release][latestrelease]](https://GitHub.com/sengulhamza/python_restful_api_test/releases/) | ||
[![GitHub latest commit][latestcommit]](https://GitHub.com/sengulhamza/python_restful_api_test/commit/) | ||
[![made-with-python][madewithpython]](https://www.python.org/) | ||
[![Apache License][license-badge]](LICENSE) | ||
|
||
## Requirements | ||
|
||
- python (3.4+) | ||
- pip | ||
- requests | ||
##### [Back to Contents](#contents) | ||
|
||
## Installation | ||
|
||
```bash | ||
pip3 install requests | ||
python3 main.py | ||
``` | ||
## License MIT | ||
Project License can be found [here](LICENSE). | ||
|
||
|
||
|
||
[license-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg | ||
[madewithpython]: https://img.shields.io/badge/Made%20with-Python-1f425f.svg | ||
[latestcommit]: https://badgen.net/github/last-commit/sengulhamza/python_restful_api_test/ | ||
[latestrelease]: https://img.shields.io/github/release/sengulhamza/python_restful_api_test.svg |
Binary file not shown.
Binary file not shown.