Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sengulhamza committed May 19, 2022
1 parent 7f8ae82 commit 1366aee
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
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 removed __pycache__/log.cpython-39.pyc
Binary file not shown.
Binary file removed __pycache__/restful_request.cpython-39.pyc
Binary file not shown.

0 comments on commit 1366aee

Please sign in to comment.