Skip to content

Commit 9d650df

Browse files
chore: update SDK settings
1 parent f728b05 commit 9d650df

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 15
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/scrapegraphai%2Fscrapegraphai-969ebada41127057e4cda129b2e7206224743b5c7fd33aa8ae062ff71b775ac9.yml
33
openapi_spec_hash: 2b2c2c684e6f6885398efca5f2b1f854
4-
config_hash: 30d69c79e34a1ea6a0405573ce30d927
4+
config_hash: 6889576ba0fdc14f2c71cea09a60a0f6

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
>
66
> This library has not yet been exhaustively tested in production environments and may be missing some features you'd expect in a stable release. As we continue development, there may be breaking changes that require updates to your code.
77
>
8-
> **We'd love your feedback!** Please share any suggestions, bug reports, feature requests, or general thoughts by [filing an issue](https://www.github.com/stainless-sdks/scrapegraphai-php/issues/new).
8+
> **We'd love your feedback!** Please share any suggestions, bug reports, feature requests, or general thoughts by [filing an issue](https://www.github.com/ScrapeGraphAI/scrapegraphai-php/issues/new).
99
1010
The Scrapegraphai PHP library provides convenient access to the Scrapegraphai REST API from any PHP 8.1.0+ application.
1111

@@ -19,12 +19,14 @@ The REST API documentation can be found on [scrapegraphai.com](https://scrapegra
1919

2020
To use this package, install via Composer by adding the following to your application's `composer.json`:
2121

22+
<!-- x-release-please-start-version -->
23+
2224
```json
2325
{
2426
"repositories": [
2527
{
2628
"type": "vcs",
27-
"url": "git@github.com:stainless-sdks/scrapegraphai-php.git"
29+
"url": "git@github.com:ScrapeGraphAI/scrapegraphai-php.git"
2830
}
2931
],
3032
"require": {
@@ -33,6 +35,8 @@ To use this package, install via Composer by adding the following to your applic
3335
}
3436
```
3537

38+
<!-- x-release-please-end -->
39+
3640
## Usage
3741

3842
```php
@@ -188,4 +192,4 @@ PHP 8.1.0 or higher.
188192

189193
## Contributing
190194

191-
See [the contributing documentation](https://github.com/stainless-sdks/scrapegraphai-php/tree/main/CONTRIBUTING.md).
195+
See [the contributing documentation](https://github.com/ScrapeGraphAI/scrapegraphai-php/tree/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)