Commit e1a39c8
committed
Update api spec, readme and changelog for 3.0.2 release.
1 parent 5f47303 commit e1a39c8
File tree
5 files changed
+39
-32
lines changed- src
- main
- test/java/com/dropbox/core/v1
5 files changed
+39
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 3 | | |
11 | 4 | | |
12 | | - | |
13 | 5 | | |
14 | 6 | | |
15 | 7 | | |
16 | 8 | | |
17 | 9 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 10 | | |
32 | 11 | | |
33 | 12 | | |
| |||
51 | 30 | | |
52 | 31 | | |
53 | 32 | | |
54 | | - | |
55 | 33 | | |
56 | 34 | | |
57 | 35 | | |
58 | 36 | | |
59 | | - | |
60 | | - | |
61 | 37 | | |
62 | 38 | | |
63 | 39 | | |
| |||
75 | 51 | | |
76 | 52 | | |
77 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
78 | 87 | | |
79 | 88 | | |
80 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
- auth.stone+54
- common.stone+2-1
- files.stone+75-15
- files_properties.stone+16-8
- paper.stone+550
- shared_content_links.stone+84
- shared_links.stone+4-2
- sharing_files.stone+46-16
- sharing_folders.stone+71-22
- stone_cfg.stone+10-7
- team.stone+12-12
- team_common.stone+19-3
- team_folders.stone+261
- team_groups.stone+43-76
- team_members.stone+24-11
- team_policies.stone+5-4
- team_property_templates.stone+12-9
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
283 | | - | |
284 | 282 | | |
285 | 283 | | |
286 | 284 | | |
| |||
411 | 409 | | |
412 | 410 | | |
413 | 411 | | |
414 | | - | |
| 412 | + | |
415 | 413 | | |
416 | 414 | | |
417 | 415 | | |
| |||
- .gitignore+12-14
- .pylintrc+6
- .travis.yml+16-2
- MANIFEST.in+1
- README.rst+10-15
- docs/builtin_generators.rst+7-7
- docs/evolve_spec.rst
- docs/generator_ref.rst
- docs/json_serializer.rst
- docs/lang_ref.rst
- docs/managing_specs.rst
- docs/network_protocol.rst
- example/__init__.py
- example/generator/__init__.py
- example/generator/ex1/__init__.py
- example/generator/ex2/__init__.py
- example/generator/ex2/ex2.stoneg.py+1-1
- example/generator/ex3/__init__.py
- example/generator/ex3/ex3.stoneg.py+3-8
- example/generator/unstone/__init__.py
- example/generator/unstone/unstone.stoneg.py+29-29
- mypy-run.sh+5-4
- mypy.ini+5
- setup.cfg+3-3
- setup.py+36-21
- stone/api.py+56-46
- stone/cli.py+19-4
- stone/cli_helpers.py+6-3
- stone/compiler.py+5-4
- stone/data_type.py+38-7
- stone/generator.py+54-50
- stone/lang/exception.py+1
- stone/lang/lexer.py+6-3
- stone/lang/tower.py+23-10
- stone/target/js_client.py+14-7
- stone/target/js_helpers.py+1-1
- stone/target/js_types.py+84-44
- stone/target/obj_c.py+45-23
- stone/target/obj_c_client.py+268-157
- stone/target/obj_c_helpers.py+37-38
- stone/target/obj_c_rsrc/DBStoneBase.h+2-1
- stone/target/obj_c_rsrc/DBStoneSerializers.m+8-8
- stone/target/obj_c_rsrc/jazzy.json+30-16
- stone/target/obj_c_types.py+561-390
- stone/target/python_client.py+22-4
- stone/target/python_helpers.py+72
- stone/target/python_rsrc/stone_base.py+6-1
- stone/target/python_rsrc/stone_serializers.py+87-17
- stone/target/python_rsrc/stone_validators.py+18-12
- stone/target/python_type_mapping.py+91
- stone/target/python_type_stubs.py+357
- stone/target/python_types.py+40-85
- stone/target/swift.py+7-16
- stone/target/swift_client.py+23-14
- stone/target/swift_helpers.py+4-4
- stone/target/swift_types.py+49-36
- stone/target/tsd_client.py+130
- stone/target/tsd_helpers.py+130
- stone/target/tsd_types.py+400
- stone/typing_hacks.py+6
- test/__init__.py
- test/requirements.txt+1
- test/test_cli.py+1
- test/test_generator.py+20-8
- test/test_python_gen.py+95-14
- test/test_python_type_stubs.py+370
- test/test_stone.py+4-2
- test/test_stone_internal.py+3-2
- tox.ini+65-3
0 commit comments