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
+53-35
Original file line number
Diff line number
Diff line change
@@ -2,49 +2,60 @@
2
2
3
3
## Contentstack Management Java SDK
4
4
5
-
Contentstack is a headless CMS with an API-first approach. It is a CMS that developers can use to build powerful cross-platform applications in their favorite languages. All you have to do is build your application frontend, and Contentstack will take care of the rest. [Read More](https://www.contentstack.com/).
6
-
7
-
This SDK uses the [Content Management API](https://www.contentstack.com/docs/developers/apis/content-management-api/) (CMA). The CMA is used to manage the content of your Contentstack account. This includes creating, updating, deleting, and fetching content of your account. To use the CMA, you will need to authenticate your users with a [Management Token](https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens) or an [Authtoken](https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken). Read more about it in [Authentication](https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication).
8
-
9
-
Note: By using CMA, you can execute GET requests for fetching content. However, we strongly recommend that you always use the [Content Delivery API](https://www.contentstack.com/docs/developers/apis/content-delivery-api/) to deliver content to your web or mobile properties.
5
+
Contentstack is a headless CMS with an API-first approach. It is a CMS that developers can use to build powerful
6
+
cross-platform applications in their favorite languages. All you have to do is build your application frontend, and
7
+
Contentstack will take care of the rest. [Read More](https://www.contentstack.com/).
8
+
9
+
This SDK uses the [Content Management API](https://www.contentstack.com/docs/developers/apis/content-management-api/) (
10
+
CMA). The CMA is used to manage the content of your Contentstack account. This includes creating, updating, deleting,
11
+
and fetching content of your account. To use the CMA, you will need to authenticate your users with
12
+
a [Management Token](https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens) or
13
+
an [Authtoken](https://www.contentstack.com/docs/developers/apis/content-management-api/#how-to-get-authtoken). Read
14
+
more about it
15
+
in [Authentication](https://www.contentstack.com/docs/developers/apis/content-management-api/#authentication).
16
+
17
+
Note: By using CMA, you can execute GET requests for fetching content. However, we strongly recommend that you always
18
+
use the [Content Delivery API](https://www.contentstack.com/docs/developers/apis/content-delivery-api/) to deliver
19
+
content to your web or mobile properties.
10
20
11
21
### Prerequisite
12
22
13
23
You need Java 8 or above installed on your machine to use the Contentstack Management Java SDK.
To use this SDK, you need to authenticate your users by using the Authtoken, credentials, or Management Token (stack-level token).
52
+
To use this SDK, you need to authenticate your users by using the Authtoken, credentials, or Management Token (
53
+
stack-level token).
44
54
45
55
### Authtoken
46
56
47
-
An [Authtoken](https://www.contentstack.com/docs/developers/create-tokens/types-of-tokens/#authentication-tokens-authtokens-) is a read-write token used to make authorized CMA requests, and it is a **user-specific** token.
57
+
An [Authtoken](https://www.contentstack.com/docs/developers/create-tokens/types-of-tokens/#authentication-tokens-authtokens-)
58
+
is a read-write token used to make authorized CMA requests, and it is a **user-specific** token.
[Management Tokens](https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens/) are **stack-level** tokens, with no users attached to them.
75
+
[Management Tokens](https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens/) are *
76
+
*stack-level** tokens, with no users attached to them.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
142
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
143
+
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
144
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
145
+
persons to whom the Software is furnished to do so, subject to the following conditions:
133
146
134
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
147
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
148
+
Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
149
+
TO THE
150
+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
151
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
152
+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Copy file name to clipboardExpand all lines: SECURITY.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,22 @@
1
1
## Security
2
2
3
-
Contentstack takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations.
3
+
Contentstack takes the security of our software products and services seriously, which includes all source code
4
+
repositories managed through our GitHub organizations.
4
5
5
-
If you believe you have found a security vulnerability in any Contentstack-owned repository, please report it to us as described below.
6
+
If you believe you have found a security vulnerability in any Contentstack-owned repository, please report it to us as
7
+
described below.
6
8
7
9
## Reporting Security Issues
8
10
9
11
**Please do not report security vulnerabilities through public GitHub issues.**
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message.
15
+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we
16
+
received your original message.
14
17
15
-
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
18
+
Please include the requested information listed below (as much as you can provide) to help us better understand the
19
+
nature and scope of the possible issue:
16
20
17
21
- Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
18
22
- Full paths of source file(s) related to the manifestation of the issue
0 commit comments