Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maples7 committed May 29, 2019
1 parent 5ca9bb8 commit 53293e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@
![hex.pm license](https://img.shields.io/hexpm/l/fieldmask.svg)
![GitHub top language](https://img.shields.io/github/languages/top/seniverse/fieldmask.svg)

fieldmask implements Google [Partial Responses](https://developers.google.com/+/web/api/rest/#partial-response) protocol in Erlang, like [json-mask](https://www.npmjs.com/package/json-mask) in JavaScript and [jsonmask](https://pypi.org/project/jsonmask/) in Python.
fieldmask implements [Partial Responses](https://developers.google.com/+/web/api/rest/#partial-response) protocol of Google+ API in Erlang, like [json-mask](https://www.npmjs.com/package/json-mask) in JavaScript and [jsonmask](https://pypi.org/project/jsonmask/) in Python.

Mask of fieldmask is the same as `fields` parameter of Google+ API, for example, `<<"a,b">>` means the fields you want to keep is `"a"` and `"b"`.

Expand Down

0 comments on commit 53293e2

Please sign in to comment.