regenerate metadata.py

This commit is contained in:
Lex Berezhny 2021-01-11 01:18:22 -05:00
parent 0620cf78b2
commit 3f3e370d36
2 changed files with 374 additions and 106 deletions

View file

@ -117,6 +117,11 @@ address_doc = {
}
dict_doc = {
"json": "json"
}
def encode_pagination_doc(items):
return {
"page": "Page number of the current items.",

File diff suppressed because one or more lines are too long