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
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,7 @@ This website is documentation portal including references, tutorials and good pr
8
8
9
9
## API
10
10
11
-
- ☁️ Web API B2B v2 [[Documentation](https://developer.groupe-psa.io/webapi/b2b/overview/about/) | [References](https://developer.groupe-psa.io/webapi/b2b/api-reference-v2/specification/)]
12
-
- ☁️ Web API B2B v3 [[Documentation](https://developer.groupe-psa.io/webapi/b2b/overview/about/) | [References](https://developer.groupe-psa.io/webapi/b2b/api-reference-v3/specification/)]
11
+
- ☁️ Web API B2B v3 [[Documentation](https://developer.groupe-psa.io/webapi/b2b/overview/about/) | [References](https://developer.groupe-psa.io/webapi/b2b/api-reference/specification/)]
13
12
- ☁️ Web API B2C v4 [[Documentation](https://developer.groupe-psa.io/webapi/b2c/overview/about/) | [References](https://developer.groupe-psa.io/webapi/b2c/api-reference/specification/#article)]*(not publicly available yet)*
@@ -25,13 +24,13 @@ An overview of **data and features** within connected vehicle API is available b
25
24
26
25
In case you find anything wrong, a typo or if you don't understand something, you can submit a pull request or open an issue in this repo.
27
26
28
-
If you need to get in touch with PSA to access B2B API, you can use this [contact form](https://developer.groupe-psa.io/contact-us/).
27
+
If you need to get in touch with PSA to access B2B APIs, you can use this [contact form](https://developer.groupe-psa.io/contact-us/).
29
28
30
29
## 📝 Changelog
31
30
32
31
This website is often updated, if you want to keep track of these changes you can access the [website changelog](https://developer.groupe-psa.io/changelog/).
33
32
34
-
Changelog also exists for Web API [B2B v2](https://developer.groupe-psa.io/webapi/b2b/api-reference-v2/changelog/) & [B2B v3](https://developer.groupe-psa.io/webapi/b2b/api-reference-v3/changelog/).
33
+
Changelog also exists for [WebAPI B2B v3](https://developer.groupe-psa.io/webapi/b2b/api-reference/changelog/) & [Mobile SDK](https://developer.groupe-psa.io/mobile-sdk/references/changelog/#article).
# downcase makes it lowercase. The strip makes sure there is no leading or trailing whitespace. The first gsub replaces spaces with hyphens. The second gsub removes all non-alpha non-dash non-underscore characters (note that this set is very close to \W but includes the dash as well, which is why it's spelled out here).
# downcase makes it lowercase. The strip makes sure there is no leading or trailing whitespace. The first gsub replaces spaces with hyphens. The second gsub removes all non-alpha non-dash non-underscore characters (note that this set is very close to \W but includes the dash as well, which is why it's spelled out here).
Copy file name to clipboardExpand all lines: _includes/content-header.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -192,11 +192,11 @@ <h1 id="page-title">
192
192
</div>
193
193
{% elsif page.section == "webapi" and page.subsection == "b2c" %}
194
194
<divclass="notification page-disclaimer">
195
-
<strong>Info:</strong> Stellantis End User API for ex Groupe PSA brands (Citroën, DS, Peugeot, Opel and Vauxhall) is <strong>not publicly available</strong> yet.
195
+
<strong>Info:</strong> Stellantis End User API for ex Groupe PSA brands (Citroën, DS, Peugeot, Opel and Vauxhall) is <strong>not publicly available</strong>.
196
196
</div>
197
197
{% elsif page.section == "mobile-sdk" %}
198
198
<divclass="notification page-disclaimer">
199
-
<strong>Info:</strong> Stellantis Mobile SDK is <strong>not publicly available</strong> yet.
199
+
<strong>Info:</strong> Stellantis Mobile SDK is <strong>not publicly available</strong>.
0 commit comments