Skip to content

Commit 7b1095a

Browse files
authored
Added Context7 badge
1 parent 078243d commit 7b1095a

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
@@ -11,6 +11,12 @@ Easily access Mastercard APIs with OAuth 2.0 and FAPI 2.0. This zero-dependency
1111

1212
For more information, see [Using OAuth 2.0 to Access Mastercard APIs](https://mstr.cd/43CuHBY).
1313

14+
## Documentations
15+
16+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Mastercard/oauth2-client-java)
17+
[![Context7: Ask](https://img.shields.io/badge/Context7-Ask-green?style=flat-square)](https://context7.com/mastercard/oauth2-client-java)
18+
[![Javadoc](https://javadoc.io/badge2/com.mastercard.developer/oauth2-client-java/javadoc.svg)](https://javadoc.io/doc/com.mastercard.developer/oauth2-client-java)
19+
1420
## Requirements
1521

1622
### License
@@ -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)