Skip to content

Commit a481748

Browse files
iglocskaclaude
andcommitted
new: [docs] Add comprehensive API reference documentation
Complete docs.md covering all 140+ public methods with examples, organized by MISP entity type. Updated README to link to it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 27e6701 commit a481748

2 files changed

Lines changed: 1996 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ let params = SearchBuilder::new()
127127
let results = client.search(SearchController::Attributes, &params).await?;
128128
```
129129

130+
## Documentation
131+
132+
For a complete API reference covering all 140+ methods with examples, see [`docs.md`](docs.md).
133+
130134
## Examples
131135

132136
See the [`examples/`](examples/) directory:

0 commit comments

Comments
 (0)