Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add badge
  • Loading branch information
ponytailer authored Aug 11, 2023
1 parent b61dfcd commit 869d095
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# pydantic-client
[![codecov](https://codecov.io/gh/ponytailer/pydantic-client/branch/main/graph/badge.svg?token=CZX5V1YP22)](https://codecov.io/gh/ponytailer/pydantic-client)

Http client base pydantic, with requests or aiohttp

Expand Down Expand Up @@ -41,4 +42,4 @@ class R(RequestsClient):

my_client = R("http://localhost/v1")
get_book: Book = my_client.get_book(1)
```
```

0 comments on commit 869d095

Please sign in to comment.