Skip to content

feat(sdk): single and collection query functions #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c9717be
feat(sdk): single and collection query functions
jhoward1994 Dec 11, 2024
551dfe2
fix(rollup): config to resolve dependencies during build
jhoward1994 Dec 12, 2024
eb51c92
chore: remove yup and refactor single and collection types into managers
jhoward1994 Dec 12, 2024
20221f2
chore(dependencies): update pnpm-lock.yaml formatting and README.md
Convly Dec 16, 2024
ce430e2
chore(utilities): move appendQueryParams to URLHelper class
Convly Dec 16, 2024
9d621e1
docs(README): remove redundant query API examples
Convly Dec 16, 2024
de31e3a
docs(content-api): enhance query params typing and docs
Convly Dec 16, 2024
e54f3b2
fix(http): ensure content-type header is always set to JSON
Convly Dec 16, 2024
6d0e8d0
enhancement(content-types): restructure and optimize type managers
Convly Dec 16, 2024
93a00ba
chore(validators): remove unused response parsing methods
Convly Dec 16, 2024
19a16d3
feat(sdk): add support for single and collection type managers
Convly Dec 16, 2024
96f2b3e
chore(tests): restructure test files and improve coverage
Convly Dec 16, 2024
deb5603
chore(tests): update import paths for error and validator tests
Convly Dec 16, 2024
3165425
chore: findone typo
jhoward1994 Dec 16, 2024
e190798
docs(README): update and enhance SDK usage documentation
Convly Dec 16, 2024
16ac1bb
fix(utilities): handle undefined values in URL params
Convly Dec 16, 2024
aeb5759
test(unit): add tests for createStrapiSDK function
Convly Dec 16, 2024
c6ae42b
docs(README): remove duplicate node pre-requisite
Convly Dec 16, 2024
a489182
docs(README): remove users-permissions auth section
Convly Dec 16, 2024
00b1801
Merge remote-tracking branch 'origin/enhancement/readme' into enhance…
Convly Dec 16, 2024
a9119f6
fix(README): update alignment style for header tag
Convly Dec 16, 2024
ecbac30
Merge pull request #11 from strapi/enhancement/readme
jhoward1994 Dec 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@commitlint/types": "19.5.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "12.1.1",
"@strapi/eslint-config": "0.2.1",
"@types/jest": "^29.5.14",
Expand All @@ -75,5 +77,8 @@
"engines": {
"node": ">=18.0.0 <=22.x.x",
"npm": ">=6.0.0"
},
"dependencies": {
"yup": "^1.5.0"
}
}
Loading
Loading