@@ -14,14 +14,14 @@ This API client provides type-safe Java interfaces for Qualtrics API, enabling s
14
14
- Creating and administering EX projects and their participants
15
15
- Retrieving project IDs for participants with incomplete project involvement
16
16
17
- ## ✨ Why Choose This Client ?
17
+ ## ✨ Why choose this client ?
18
18
19
19
- 💡 ** Type-Safe Java API** - fully typed interfaces for Qualtrics API endpoints
20
- - 🛡️ ** Secure Authentication ** - API token and OAuth2 support
21
- - 📚 ** Clear Documentation ** - comprehensive examples for Java integration
22
- - 🚀 ** Java 17+ Support ** - compatibility with latest Java versions
20
+ - 🛡️ ** Secure authentication ** - API token and OAuth2 support
21
+ - 📚 ** Clear documentation ** - comprehensive examples for Java integration
22
+ - 🚀 ** Java 17+ support ** - compatibility with latest Java versions
23
23
24
- ## 🎯 Implemented Features
24
+ ## 🎯 Implemented features
25
25
26
26
- ✅ Contact Imports API
27
27
- Bulk import contacts
@@ -50,14 +50,14 @@ This API client provides type-safe Java interfaces for Qualtrics API, enabling s
50
50
- Retrieve incomplete project IDs for participants
51
51
52
52
53
- ## 🚨 Project Status
53
+ ## 🚨 Project status
54
54
55
55
> ⚠️ ** Note: This is a development version!**
56
56
>
57
57
> We are actively implementing more Qualtrics API features.
58
58
> Contributions and feedback are welcome on GitHub!
59
59
60
- ## 📦 Version Information
60
+ ## 📦 Version information
61
61
62
62
- ** Current Version** : ` 0.1.1 `
63
63
- ** Supported API Version** : ` v3 `
@@ -71,7 +71,7 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
71
71
72
72
The only requirement is to preserve the original author attribution in the source code and documentation.
73
73
74
- ## 🚀 Quick Start Guide
74
+ ## 🚀 Quick start guide
75
75
76
76
### 1️⃣ Installation
77
77
@@ -93,7 +93,7 @@ Then add the locally built artifact to your project:
93
93
</dependency >
94
94
```
95
95
96
- ### 2️⃣ Java Integration Example
96
+ ### 2️⃣ Java integration example
97
97
98
98
Here's how to get EX directory participant data using the client:
99
99
@@ -148,13 +148,13 @@ public class QualtricsApiClientUsageDemo {
148
148
}
149
149
```
150
150
151
- ## 🔗 Get Involved
151
+ ## 🔗 Get involved
152
152
153
153
- ✨ Check our [ GitHub Issues] ( https://github.com/wtx-labs/qualtrics-api-client-java/issues ) for latest updates
154
154
- 💡 Have suggestions? Open an Issue or contribute to the project
155
155
- 🌟 Star this repository if you find it helpful!
156
156
157
- ## 📊 Project Statistics
157
+ ## 📊 Project statistics
158
158
159
159
- ⭐ Actively developed
160
160
- 🔄 Regular updates and improvements
0 commit comments