Skip to content

Commit 359d353

Browse files
chore: update SDK settings
1 parent a4c4e7d commit 359d353

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-af60c455e2c8579c3d7f0e33c07c0b8332aa3fe8869688c47b2fbf151e271235.yml
33
openapi_spec_hash: a49d40286e54da6a4978a103b118d33f
4-
config_hash: a81ba86cf673c7b57570e120bc85a17d
4+
config_hash: e934bb00cf9b353965b794ce4a83fb5a

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)