Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

strapi-sdk-javascript

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-sdk-javascript - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

package.json
{
"name": "strapi-sdk-javascript",
"version": "0.3.1",
"version": "0.3.2",
"description": "The official Strapi SDK for JavaScript",

@@ -5,0 +5,0 @@ "main": "build/main/index.js",

@@ -0,1 +1,11 @@

⚠️ This package not up to date and maintained ⚠️
We recommend you not to use this package. We stopped to maintained it by lack of time and also because the features provided by this SDK are the same as a good HTTP client well configured.
So I suggest you use the best HTTP client for the technology you use. To configure it to target your Strapi API.
Here so usefull ressources to help you:
- [**API Endpoints**](https://strapi.io/documentation/3.0.0-beta.x/guides/api-endpoints.html#endpoints)
- [**URL parameters**](https://strapi.io/documentation/3.0.0-beta.x/guides/parameters.html)
---
<p align="center"><img src="https://cldup.com/7umchwdUBh.png" /></p>

@@ -88,2 +98,3 @@

### `getEntry(contentTypePluralized, id)`
### `getEntryCount(contentTypePluralized, params)`
### `createEntry(contentTypePluralized, data)`

@@ -90,0 +101,0 @@ ### `updateEntry(contentTypePluralized, id, data)`

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc