diff options
author | Pjotr Prins | 2023-08-02 09:13:10 +0200 |
---|---|---|
committer | Pjotr Prins | 2023-08-02 09:13:10 +0200 |
commit | 5a0ebb8d9284b4e38319703fd579d8db03043b97 (patch) | |
tree | cf3a76c573863592979da799c79f6aefb0d615ea /api | |
parent | ddb18fc3461b7031faeeab89fbbebc1a00b9ef68 (diff) | |
download | gn-docs-5a0ebb8d9284b4e38319703fd579d8db03043b97.tar.gz |
GN REST API v2 conventions added - edit
Diffstat (limited to 'api')
-rw-r--r-- | api/GN-REST-API-v2.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/GN-REST-API-v2.md b/api/GN-REST-API-v2.md index 4b532ed..7aff29e 100644 --- a/api/GN-REST-API-v2.md +++ b/api/GN-REST-API-v2.md @@ -58,6 +58,8 @@ Standard JSON data (the .json postfix) will return a minimal structure that requ } ``` +We'll probably get rid of some duplication and terms. + # Metadata Metadata contains further information on a JSON record, but typically not the data that is already served by above JSON record. Example for `api:mouse.meta.json` |