Skip to content

Commit 5e851ce

Browse files
committed
Update php SDK from OpenAPI spec
1 parent 3730d35 commit 5e851ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ PHP 8.1 and later.
1313
To install the bindings via [Composer](https://getcomposer.org/), run:
1414

1515
```bash
16-
composer require whatpulse/sdk-php
16+
composer require whatpulse/api-sdk-php
1717
```
1818

1919
## API Key
2020

21-
To use the WhatPulse API, you'll need an API key. You can generate one by visiting: http://whatpulse.org/go/settings-api-keys
21+
To use the WhatPulse API, you'll need an API key. You can generate one by visiting: https://whatpulse.org/go/settings-api-keys
2222

2323
## Getting Started
2424

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "whatpulse/sdk-php",
2+
"name": "whatpulse/api-sdk-php",
33
"description": "Public API for WhatPulse user data access. This API allows authenticated users to access their own data and public data from other users, depending on privacy settings.",
44
"keywords": [
55
"openapitools",
@@ -10,7 +10,7 @@
1010
"rest",
1111
"api"
1212
],
13-
"homepage": "https://github.com/whatpulse/sdk-php",
13+
"homepage": "https://github.com/whatpulse/api-sdk-php",
1414
"license": "MIT",
1515
"authors": [
1616
{

0 commit comments

Comments
 (0)