Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Sync#41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
TommyLemon merged 14 commits intoAPIJSON:masterfromzhangchunlin:master
Oct 12, 2019
Merged
Changes from1 commit
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
c32aa1d
fix expr determination way; remove an unnessary limit(); add 7 test c…
zhangchunlinOct 11, 2019
dda827b
update some comment; fix "NameError: name 'model_name' is not defined…
zhangchunlinOct 11, 2019
f0c5026
add 1 test case, now 55 test cases for apijson-get
zhangchunlinOct 11, 2019
d2ab647
fix "AttributeError: 'Request' object has no attribute 'user'"; add 4…
zhangchunlinOct 11, 2019
9461f44
fix "AttributeError: 'Request' object has no attribute 'user'"; add 1…
zhangchunlinOct 11, 2019
b27ad9b
add 4 test cases for apijson-head, now 9 cases
zhangchunlinOct 11, 2019
99812cf
fix @role support in apijson-put; add 7 test cases
zhangchunlinOct 12, 2019
c19ebae
doc: add difference in tag parameter in apijson post/put
zhangchunlinOct 12, 2019
425d3f8
apijson-table: fix apijson-put @role not work problem; demo: make use…
zhangchunlinOct 12, 2019
65d9b84
apijson-table: fix apijson-post with @role
zhangchunlinOct 12, 2019
ffdca01
apijson-table: fix @role in apijson-delete
zhangchunlinOct 12, 2019
fbd0249
apijson-viewedit: fix @role
zhangchunlinOct 12, 2019
66d6d27
apijson-table: fix key and title problem in viewedit_items
zhangchunlinOct 12, 2019
cbee292
test: workaround date string convert case cause by pendulum bug: htt…
zhangchunlinOct 12, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
doc: add difference in tag parameter in apijson post/put
  • Loading branch information
@zhangchunlin
zhangchunlin committedOct 12, 2019
commitc19ebae648795170fa851f2da808c36e8bcc47f3
9 changes: 5 additions & 4 deletionsuliweb_apijson/apijson/README.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,10 +4,11 @@ uliweb-apijson is a subset and slightly different variation of [apijson](https:/

# Difference with original apijson

| feature | apijson(java) | uliweb-apijson | comment |
| -------- | ------------- | -------------- | ------------------------------------------------------------ |
| @combine | ✔️ | ✖️ | Example: "@combine":"&key0,&key1,\|key2,key3" |
| @expr | ✖️ | ✔️ | Example: "@expr":[["username$","&","email$"],"&",["!","nickname$"]] |
| feature | apijson(java) | uliweb-apijson | comment |
| ------------------- | --------------- | ---------------- | ------------------------------------------------------------ |
| @combine | ✔️ | ✖️ | Example: "@combine":"&key0,&key1,\|key2,key3" |
| @expr | ✖️ | ✔️ | Example: "@expr":[["username$","&","email$"],"&",["!","nickname$"]] |
| tag in apijson post/put | "tag": "Moment" | "@tag": "Moment" | |



Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp