forked from apache/pouchdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.html
More file actions
40 lines (37 loc) · 1.12 KB
/
Copy pathapi.html
File metadata and controls
40 lines (37 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
layout: 2ColLeft
title: API Reference
sidebar: api.html
edit: false
---
{% markdown %}
{% include api/overview.html %}
{% include api/create_database.html %}
{% include api/delete_database.html %}
{% include api/create_document.html %}
{% include api/fetch_document.html %}
{% include api/delete_document.html %}
{% include api/batch_create.html %}
{% include api/batch_fetch.html %}
{% include api/changes.html %}
{% include api/replication.html %}
{% include api/sync.html %}
{% include api/save_attachment.html %}
{% include api/get_attachment.html %}
{% include api/delete_attachment.html %}
{% include api/create_index.html %}
{% include api/query_index.html %}
{% include api/list_indexes.html %}
{% include api/delete_index.html %}
{% include api/query_database.html %}
{% include api/view_cleanup.html %}
{% include api/database_information.html %}
{% include api/compaction.html %}
{% include api/revisions_diff.html %}
{% include api/bulk_get.html %}
{% include api/close_database.html %}
{% include api/events.html %}
{% include api/defaults.html %}
{% include api/plugins.html %}
{% include api/debug_mode.html %}
{% endmarkdown %}