Skip to content

Commit a6ff9ac

Browse files
authored
Update README.md
1 parent aa67068 commit a6ff9ac

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
## Unoffical Bring! Api
2-
### Preface
1+
# Unoffical Bring!-Api
2+
## Preface
33
Bring! is an pretty popular grocery shopping app developed in Switzerland and mainly used in Germany, Austria and Switzerland.
44

55
Sadly Bring! does not offer a public API to interact with and build own applications which make requests to their servers.
66

77
Since I needed an API to connect to Bring! servers and perform requests for another project of mine, I build this little **unofficial**
88
app which lets you interact with the Bring! servers.
99

10-
### Usage
10+
## Usage
1111
First you need to add the .jar to your classpath.
1212

1313
After that you can use it like that:
@@ -76,12 +76,12 @@ In this example I used the `@SneakyThrows` annotation from lombok so I don't hav
7676

7777
You have to catch and handle those exceptions by yourself (or annotate your method with at `@SneakyThrows` if your application allows that without it being to dirty)
7878

79-
### Headsup
79+
## Heads-Up
8080
Please note that this is an **unofficial** API, and I am in no way associated with this company.
8181

8282
It also is not complete so there may be some features I did not implement yet. You can always contribute to this project by simply opening an issue or PR.
8383

8484
Any new ideas? Let me know!
8585

86-
### Status
86+
## Status
8787
✅ It works with the latest version of Bring!. I will test it with every new version

0 commit comments

Comments
 (0)