Skip to content

Commit

Permalink
Endpoints refatoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mosaic141688 committed Feb 19, 2018
1 parent 4d2d1d4 commit 4a61cc3
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 160 deletions.
14 changes: 7 additions & 7 deletions foci-api.md
Expand Up @@ -3,7 +3,7 @@

# Get case custers

**URL** : `/v6/foci/cluster`
**URL** : `/v6/foci/case_clusters`

**Status** : TODO

Expand Down Expand Up @@ -71,7 +71,7 @@ The format can be url_encoded

# Create a case cluster

**URL** : `/v6/foci/cluster`
**URL** : `/v6/foci/case_clusters`

**Status** : TODO

Expand Down Expand Up @@ -122,7 +122,7 @@ json-encoded data

# Update a case cluster

**URL** : `/v6/foci/cluster`
**URL** : `/v6/foci/case_clusters`

**Status** : TODO

Expand Down Expand Up @@ -204,7 +204,7 @@ json-formated data example

# Get cases

**URL** : `/v6/foci/case`
**URL** : `/v6/foci/case_locations`

**Status** : TODO

Expand Down Expand Up @@ -258,7 +258,7 @@ url-encoded data

# Create a case cluster

**URL** : `/v6/foci/case`
**URL** : `/v6/foci/case_locations`

**Status** : TODO

Expand Down Expand Up @@ -313,7 +313,7 @@ json-encoded data example

# Update a case

**URL** : `/v6/foci/case`
**URL** : `/v6/foci/case_locations`

**Status** : TODO

Expand Down Expand Up @@ -412,7 +412,7 @@ url-encoded data

# Case count

**URL** : `/v6/foci/number_of_cases`
**URL** : `/v6/foci/number_of_case_clusters`

**Status** : DONE

Expand Down

0 comments on commit 4a61cc3

Please sign in to comment.