Skip to content

Commit fb9da6b

Browse files
committed
Added Context7 badge
1 parent 078243d commit fb9da6b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ To verify that runtime dependencies are minimal, run `cd library && mvn dependen
4141
[INFO] \- org.slf4j:slf4j-api:jar:{version}:compile
4242
```
4343

44+
## Documentation
45+
46+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Mastercard/oauth2-client-java)
47+
[![Context7: Ask](https://img.shields.io/badge/Context7-Ask-green?style=flat-square)](https://context7.com/mastercard/oauth2-client-java)
48+
[![Javadoc](https://javadoc.io/badge2/com.mastercard.developer/oauth2-client-java/javadoc.svg)](https://javadoc.io/doc/com.mastercard.developer/oauth2-client-java)
49+
4450
## Usage
4551

4652
### Maven dependency
@@ -65,13 +71,6 @@ dependencies {
6571
}
6672
```
6773

68-
### Documentation
69-
70-
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Mastercard/oauth2-client-java)
71-
[![Javadoc](https://javadoc.io/badge2/com.mastercard.developer/oauth2-client-java/javadoc.svg)](https://javadoc.io/doc/com.mastercard.developer/oauth2-client-java)
72-
73-
A Javadoc site is available at [javadoc.io](https://javadoc.io/doc/com.mastercard.developer/oauth2-client-java).
74-
7574
### Configuration
7675

7776
The [`OAuth2Config`](./library/src/main/java/com/mastercard/developer/oauth2/config/OAuth2Config.java) object contains your client credentials, DPoP key configuration, token endpoint, and other settings for OAuth 2.0 authentication.
@@ -356,3 +355,4 @@ cd library && mvn spotless:apply
356355
- The File Watchers plugin can format `.java` files on save
357356

358357
- See watcher configuration in [`watcherTasks.xml`](./.idea/watcherTasks.xml)
358+

0 commit comments

Comments
 (0)