Skip to content

Commit 95e398f

Browse files
chore: update SDK settings
1 parent 8161ea1 commit 95e398f

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/release-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release_doctor:
1010
name: release doctor
1111
runs-on: ubuntu-latest
12-
if: github.repository == 'stainless-sdks/x-twitter-scraper-php' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
12+
if: github.repository == 'Xquik-dev/x-twitter-scraper-php' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
1313

1414
steps:
1515
- uses: actions/checkout@v6

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 115
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik%2Fx-twitter-scraper-3b2c6c771ad1da0bbfeb0af115972929ed2c7fcd5e47a79556d66cd21431b224.yml
33
openapi_spec_hash: de2890233b68387bf5f9b6d19e7d87dc
4-
config_hash: 0ce514b259db4fc0583fc59711fe06c2
4+
config_hash: 615089e02f909ed3f92289d8d7e3b283

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ The REST API documentation can be found on [xquik.com](https://xquik.com).
1212

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

15+
<!-- x-release-please-start-version -->
16+
1517
```json
1618
{
1719
"repositories": [
1820
{
1921
"type": "vcs",
20-
"url": "git@github.com:stainless-sdks/x-twitter-scraper-php.git"
22+
"url": "git@github.com:Xquik-dev/x-twitter-scraper-php.git"
2123
}
2224
],
2325
"require": {
@@ -26,6 +28,8 @@ To use this package, install via Composer by adding the following to your applic
2628
}
2729
```
2830

31+
<!-- x-release-please-end -->
32+
2933
## Usage
3034

3135
This library uses named parameters to specify optional arguments.
@@ -170,4 +174,4 @@ PHP 8.1.0 or higher.
170174

171175
## Contributing
172176

173-
See [the contributing documentation](https://github.com/stainless-sdks/x-twitter-scraper-php/tree/main/CONTRIBUTING.md).
177+
See [the contributing documentation](https://github.com/Xquik-dev/x-twitter-scraper-php/tree/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)