Skip to content

Commit

Permalink
docs: Update Supported operations chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlushkin committed Aug 22, 2024
1 parent 1cc450d commit 611e459
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,10 @@ resources/
```

## Supported operations
```
GET /Patient
GET /Patient/example
POST /Patient
- **read**, **create** and **update** operations are supported
- **search** - limied support without any search params
- `GET /$index` operation returns a map of all resources in format `<resource_type>:<id>`

PUT /Patient/new
GET /$index # get a map of all resources in format <resource_type>:<id>
```

## How to use?
1. Organize resources in a directory
Expand Down

0 comments on commit 611e459

Please sign in to comment.