Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yanheven committed Dec 7, 2015
1 parent fd0f4b6 commit 14560ee
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Expand Up @@ -13,19 +13,19 @@ Project manage [Launchpad](https://launchpad.net/ali-opensearch-python-sdk)
##### 1.1 SDK structure
There are 7 type of resources provided by opensearch, they are:

1, app: Application
2, data: Data Process
3, search: Search Related Action
4, suggest: Suggestion for Search
5, index: Index Reconstruction
6, quota: Quota Management
7, log: Error Log Query
- app: Application
- data: Data Process
- search: Search Related Action
- suggest: Suggestion for Search
- index: Index Reconstruction
- quota: Quota Management
- log: Error Log Query

There are 5 Operation for almost all resources, they are CURD as follow:

1, list: list all of this type of resources.
2, show: show detail information of a specific resource.
3,4,5, CUD: create, update and delete a specific resource.
- list: list all of this type of resources.
- show: show detail information of a specific resource.
- CUD: create, update and delete a specific resource.

###### 1.1.1 app Operation:

Expand Down Expand Up @@ -76,7 +76,7 @@ Code style follow the PEP8 rules.
Apache License Version 2.0

#### 6, Release Note:
1, V2.0.0-dev Provide only few functions of opensearch, not yet cover all functions.
2, V2.0.0 completed all api functions.
3, V2.0.1 add compatibility for python3.
- 1, V2.0.0-dev Provide only few functions of opensearch, not yet cover all functions.
- 2, V2.0.0 completed all api functions.
- 3, V2.0.1 add compatibility for python3.

0 comments on commit 14560ee

Please sign in to comment.