You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5.[Authentication with SharpAPI](#authentication-with-sharpapi)
19
18
6.[Making API Calls](#making-api-calls)
20
19
-[Example: Generating a Job Description](#example-generating-a-job-description)
@@ -107,30 +106,6 @@ Storing sensitive information like API keys in environment variables is a best p
107
106
$apiKey = env('SHARP_API_KEY');
108
107
```
109
108
110
-
### Service Provider (Optional)
111
-
112
-
If the SharpAPI PHP client offers a Laravel service provider, you can register it for easier integration. Check the SharpAPI documentation for availability.
113
-
114
-
1.**Register the Service Provider**
115
-
116
-
Add the service provider to the `providers` array in `config/app.php`:
0 commit comments