Skip to content

Commit 18f82b1

Browse files
5.0.0 (#57)
* 20240528 - API v5.0 * 2024052801 - API v5.0
1 parent f3bcfc9 commit 18f82b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+4455
-2641
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ Thumbs.db
2020
=======
2121
/.idea/
2222
/src/__pycache__/
23-
/src/v4_1/__pycache__/
2423
/src/v4_2/__pycache__/
25-
/src/v4_3/__pycache__/
24+
/src/v5_0/__pycache__/
2625
/contrib/devportal/redocly/src/__pycache__/
2726
/venv/

FEATURES.md

+33-33
Large diffs are not rendered by default.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ See the [features list](/FEATURES.md)
144144

145145
Usage details and JSON schema are available here:
146146

147-
- [API v4.2](/USAGE-v4.2.md) - latest
148-
- [API v4.1](/USAGE-v4.1.md)
147+
- [API v5.0](/USAGE-v5.0.md) - latest
148+
- [API v4.2](/USAGE-v4.2.md)
149149

150150
A sample Postman collection and usage instructions can be found [here](/contrib/postman)
151151

USAGE-v4.1.md

-257
This file was deleted.

0 commit comments

Comments
 (0)