-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4d-for-ios-form-list.json
3224 lines (3224 loc) · 184 KB
/
4d-for-ios-form-list.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"incomplete_results": false,
"items": [
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-list-TasksCollection.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/contributors",
"created_at": "2019-06-05T09:33:59Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/deployments",
"description": "4D Mobile List Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/forks",
"full_name": "4d-for-ios/form-list-TasksCollection",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-list-TasksCollection.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": false,
"has_wiki": true,
"homepage": "https://developer.4d.com/4d-for-ios/docs/en/custom-listform-templates.html",
"hooks_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/hooks",
"html_url": "https://github.com/4d-for-ios/form-list-TasksCollection",
"id": 190367082,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/languages",
"license": {
"key": "other",
"name": "Other",
"node_id": "MDc6TGljZW5zZTA=",
"spdx_id": "NOASSERTION",
"url": null
},
"merges_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/milestones{/number}",
"mirror_url": null,
"name": "form-list-TasksCollection",
"node_id": "MDEwOlJlcG9zaXRvcnkxOTAzNjcwODI=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/notifications{?since,all,participating}",
"open_issues": 0,
"open_issues_count": 0,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/57483781?v=4",
"events_url": "https://api.github.com/users/4d-for-ios/events{/privacy}",
"followers_url": "https://api.github.com/users/4d-for-ios/followers",
"following_url": "https://api.github.com/users/4d-for-ios/following{/other_user}",
"gists_url": "https://api.github.com/users/4d-for-ios/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/4d-for-ios",
"id": 57483781,
"login": "4d-for-ios",
"node_id": "MDEyOk9yZ2FuaXphdGlvbjU3NDgzNzgx",
"organizations_url": "https://api.github.com/users/4d-for-ios/orgs",
"received_events_url": "https://api.github.com/users/4d-for-ios/received_events",
"repos_url": "https://api.github.com/users/4d-for-ios/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/4d-for-ios/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/4d-for-ios/subscriptions",
"type": "Organization",
"url": "https://api.github.com/users/4d-for-ios"
},
"permissions": {
"admin": false,
"maintain": false,
"pull": false,
"push": false,
"triage": false
},
"private": false,
"pulls_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/pulls{/number}",
"pushed_at": "2020-03-30T07:20:42Z",
"releases_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/releases{/id}",
"size": 1715,
"ssh_url": "git@github.com:4d-for-ios/form-list-TasksCollection.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/stargazers",
"statuses_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/subscribers",
"subscription_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/subscription",
"svn_url": "https://github.com/4d-for-ios/form-list-TasksCollection",
"tags_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/tags",
"teams_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/teams",
"topics": [
"4d-for-ios",
"4d-for-ios-form",
"4d-for-ios-form-list"
],
"trees_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection/git/trees{/sha}",
"updated_at": "2021-03-25T12:00:55Z",
"url": "https://api.github.com/repos/4d-for-ios/form-list-TasksCollection",
"visibility": "public",
"watchers": 0,
"watchers_count": 0
},
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-list-TasksList.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/contributors",
"created_at": "2019-06-05T09:41:29Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/deployments",
"description": "4D Mobile List Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/forks",
"full_name": "4d-for-ios/form-list-TasksList",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-list-TasksList.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": false,
"has_wiki": true,
"homepage": "https://developer.4d.com/4d-for-ios/docs/en/custom-listform-templates.html",
"hooks_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/hooks",
"html_url": "https://github.com/4d-for-ios/form-list-TasksList",
"id": 190368228,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/languages",
"license": {
"key": "other",
"name": "Other",
"node_id": "MDc6TGljZW5zZTA=",
"spdx_id": "NOASSERTION",
"url": null
},
"merges_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/milestones{/number}",
"mirror_url": null,
"name": "form-list-TasksList",
"node_id": "MDEwOlJlcG9zaXRvcnkxOTAzNjgyMjg=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/notifications{?since,all,participating}",
"open_issues": 0,
"open_issues_count": 0,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/57483781?v=4",
"events_url": "https://api.github.com/users/4d-for-ios/events{/privacy}",
"followers_url": "https://api.github.com/users/4d-for-ios/followers",
"following_url": "https://api.github.com/users/4d-for-ios/following{/other_user}",
"gists_url": "https://api.github.com/users/4d-for-ios/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/4d-for-ios",
"id": 57483781,
"login": "4d-for-ios",
"node_id": "MDEyOk9yZ2FuaXphdGlvbjU3NDgzNzgx",
"organizations_url": "https://api.github.com/users/4d-for-ios/orgs",
"received_events_url": "https://api.github.com/users/4d-for-ios/received_events",
"repos_url": "https://api.github.com/users/4d-for-ios/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/4d-for-ios/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/4d-for-ios/subscriptions",
"type": "Organization",
"url": "https://api.github.com/users/4d-for-ios"
},
"permissions": {
"admin": false,
"maintain": false,
"pull": false,
"push": false,
"triage": false
},
"private": false,
"pulls_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/pulls{/number}",
"pushed_at": "2020-01-17T09:02:53Z",
"releases_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/releases{/id}",
"size": 1295,
"ssh_url": "git@github.com:4d-for-ios/form-list-TasksList.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/stargazers",
"statuses_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/subscribers",
"subscription_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/subscription",
"svn_url": "https://github.com/4d-for-ios/form-list-TasksList",
"tags_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/tags",
"teams_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/teams",
"topics": [
"4d-for-ios",
"4d-for-ios-form",
"4d-for-ios-form-list"
],
"trees_url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList/git/trees{/sha}",
"updated_at": "2021-03-25T12:00:55Z",
"url": "https://api.github.com/repos/4d-for-ios/form-list-TasksList",
"visibility": "public",
"watchers": 0,
"watchers_count": 0
},
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-list-CardsTable.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/contributors",
"created_at": "2019-06-05T09:45:35Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/deployments",
"description": "4D Mobile List Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/forks",
"full_name": "4d-for-ios/form-list-CardsTable",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-list-CardsTable.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": false,
"has_wiki": true,
"homepage": "https://developer.4d.com/4d-for-ios/docs/en/custom-listform-templates.html",
"hooks_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/hooks",
"html_url": "https://github.com/4d-for-ios/form-list-CardsTable",
"id": 190368871,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/languages",
"license": {
"key": "other",
"name": "Other",
"node_id": "MDc6TGljZW5zZTA=",
"spdx_id": "NOASSERTION",
"url": null
},
"merges_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/milestones{/number}",
"mirror_url": null,
"name": "form-list-CardsTable",
"node_id": "MDEwOlJlcG9zaXRvcnkxOTAzNjg4NzE=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/notifications{?since,all,participating}",
"open_issues": 0,
"open_issues_count": 0,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/57483781?v=4",
"events_url": "https://api.github.com/users/4d-for-ios/events{/privacy}",
"followers_url": "https://api.github.com/users/4d-for-ios/followers",
"following_url": "https://api.github.com/users/4d-for-ios/following{/other_user}",
"gists_url": "https://api.github.com/users/4d-for-ios/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/4d-for-ios",
"id": 57483781,
"login": "4d-for-ios",
"node_id": "MDEyOk9yZ2FuaXphdGlvbjU3NDgzNzgx",
"organizations_url": "https://api.github.com/users/4d-for-ios/orgs",
"received_events_url": "https://api.github.com/users/4d-for-ios/received_events",
"repos_url": "https://api.github.com/users/4d-for-ios/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/4d-for-ios/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/4d-for-ios/subscriptions",
"type": "Organization",
"url": "https://api.github.com/users/4d-for-ios"
},
"permissions": {
"admin": false,
"maintain": false,
"pull": false,
"push": false,
"triage": false
},
"private": false,
"pulls_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/pulls{/number}",
"pushed_at": "2020-01-17T09:03:08Z",
"releases_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/releases{/id}",
"size": 1650,
"ssh_url": "git@github.com:4d-for-ios/form-list-CardsTable.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/stargazers",
"statuses_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/subscribers",
"subscription_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/subscription",
"svn_url": "https://github.com/4d-for-ios/form-list-CardsTable",
"tags_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/tags",
"teams_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/teams",
"topics": [
"4d-for-ios",
"4d-for-ios-form",
"4d-for-ios-form-list"
],
"trees_url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable/git/trees{/sha}",
"updated_at": "2021-03-25T12:00:55Z",
"url": "https://api.github.com/repos/4d-for-ios/form-list-CardsTable",
"visibility": "public",
"watchers": 0,
"watchers_count": 0
},
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-list-MapList.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/contributors",
"created_at": "2019-06-05T09:50:29Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/deployments",
"description": "4D Mobile List Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/forks",
"full_name": "4d-for-ios/form-list-MapList",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-list-MapList.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": false,
"has_wiki": true,
"homepage": "https://developer.4d.com/4d-for-ios/docs/en/custom-listform-templates.html",
"hooks_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/hooks",
"html_url": "https://github.com/4d-for-ios/form-list-MapList",
"id": 190369638,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/languages",
"license": {
"key": "other",
"name": "Other",
"node_id": "MDc6TGljZW5zZTA=",
"spdx_id": "NOASSERTION",
"url": null
},
"merges_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/milestones{/number}",
"mirror_url": null,
"name": "form-list-MapList",
"node_id": "MDEwOlJlcG9zaXRvcnkxOTAzNjk2Mzg=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/notifications{?since,all,participating}",
"open_issues": 0,
"open_issues_count": 0,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/57483781?v=4",
"events_url": "https://api.github.com/users/4d-for-ios/events{/privacy}",
"followers_url": "https://api.github.com/users/4d-for-ios/followers",
"following_url": "https://api.github.com/users/4d-for-ios/following{/other_user}",
"gists_url": "https://api.github.com/users/4d-for-ios/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/4d-for-ios",
"id": 57483781,
"login": "4d-for-ios",
"node_id": "MDEyOk9yZ2FuaXphdGlvbjU3NDgzNzgx",
"organizations_url": "https://api.github.com/users/4d-for-ios/orgs",
"received_events_url": "https://api.github.com/users/4d-for-ios/received_events",
"repos_url": "https://api.github.com/users/4d-for-ios/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/4d-for-ios/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/4d-for-ios/subscriptions",
"type": "Organization",
"url": "https://api.github.com/users/4d-for-ios"
},
"permissions": {
"admin": false,
"maintain": false,
"pull": false,
"push": false,
"triage": false
},
"private": false,
"pulls_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/pulls{/number}",
"pushed_at": "2020-07-03T09:33:10Z",
"releases_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/releases{/id}",
"size": 2479,
"ssh_url": "git@github.com:4d-for-ios/form-list-MapList.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/stargazers",
"statuses_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/subscribers",
"subscription_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/subscription",
"svn_url": "https://github.com/4d-for-ios/form-list-MapList",
"tags_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/tags",
"teams_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/teams",
"topics": [
"4d-for-ios",
"4d-for-ios-form",
"4d-for-ios-form-list"
],
"trees_url": "https://api.github.com/repos/4d-for-ios/form-list-MapList/git/trees{/sha}",
"updated_at": "2021-03-25T12:00:55Z",
"url": "https://api.github.com/repos/4d-for-ios/form-list-MapList",
"visibility": "public",
"watchers": 0,
"watchers_count": 0
},
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-list-SlantedCollection.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/contributors",
"created_at": "2019-06-05T10:01:30Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/deployments",
"description": "4D Mobile List Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/forks",
"full_name": "4d-for-ios/form-list-SlantedCollection",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-list-SlantedCollection.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "https://developer.4d.com/4d-for-ios/docs/en/custom-listform-templates.html",
"hooks_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/hooks",
"html_url": "https://github.com/4d-for-ios/form-list-SlantedCollection",
"id": 190371331,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/languages",
"license": {
"key": "other",
"name": "Other",
"node_id": "MDc6TGljZW5zZTA=",
"spdx_id": "NOASSERTION",
"url": null
},
"merges_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/milestones{/number}",
"mirror_url": null,
"name": "form-list-SlantedCollection",
"node_id": "MDEwOlJlcG9zaXRvcnkxOTAzNzEzMzE=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/notifications{?since,all,participating}",
"open_issues": 0,
"open_issues_count": 0,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/57483781?v=4",
"events_url": "https://api.github.com/users/4d-for-ios/events{/privacy}",
"followers_url": "https://api.github.com/users/4d-for-ios/followers",
"following_url": "https://api.github.com/users/4d-for-ios/following{/other_user}",
"gists_url": "https://api.github.com/users/4d-for-ios/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/4d-for-ios",
"id": 57483781,
"login": "4d-for-ios",
"node_id": "MDEyOk9yZ2FuaXphdGlvbjU3NDgzNzgx",
"organizations_url": "https://api.github.com/users/4d-for-ios/orgs",
"received_events_url": "https://api.github.com/users/4d-for-ios/received_events",
"repos_url": "https://api.github.com/users/4d-for-ios/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/4d-for-ios/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/4d-for-ios/subscriptions",
"type": "Organization",
"url": "https://api.github.com/users/4d-for-ios"
},
"permissions": {
"admin": false,
"maintain": false,
"pull": false,
"push": false,
"triage": false
},
"private": false,
"pulls_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/pulls{/number}",
"pushed_at": "2021-02-11T13:18:25Z",
"releases_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/releases{/id}",
"size": 32904,
"ssh_url": "git@github.com:4d-for-ios/form-list-SlantedCollection.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/stargazers",
"statuses_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/subscribers",
"subscription_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/subscription",
"svn_url": "https://github.com/4d-for-ios/form-list-SlantedCollection",
"tags_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/tags",
"teams_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/teams",
"topics": [
"4d-for-ios",
"4d-for-ios-form",
"4d-for-ios-form-list"
],
"trees_url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection/git/trees{/sha}",
"updated_at": "2021-03-25T12:00:55Z",
"url": "https://api.github.com/repos/4d-for-ios/form-list-SlantedCollection",
"visibility": "public",
"watchers": 0,
"watchers_count": 0
},
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-list-FoldingCellList.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/contributors",
"created_at": "2019-10-29T15:38:49Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/deployments",
"description": "4D Mobile List Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/events",
"fork": false,
"forks": 3,
"forks_count": 3,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/forks",
"full_name": "4d-for-ios/form-list-FoldingCellList",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-list-FoldingCellList.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/hooks",
"html_url": "https://github.com/4d-for-ios/form-list-FoldingCellList",
"id": 218322625,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/languages",
"license": {
"key": "other",
"name": "Other",
"node_id": "MDc6TGljZW5zZTA=",
"spdx_id": "NOASSERTION",
"url": null
},
"merges_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/milestones{/number}",
"mirror_url": null,
"name": "form-list-FoldingCellList",
"node_id": "MDEwOlJlcG9zaXRvcnkyMTgzMjI2MjU=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/notifications{?since,all,participating}",
"open_issues": 0,
"open_issues_count": 0,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/57483781?v=4",
"events_url": "https://api.github.com/users/4d-for-ios/events{/privacy}",
"followers_url": "https://api.github.com/users/4d-for-ios/followers",
"following_url": "https://api.github.com/users/4d-for-ios/following{/other_user}",
"gists_url": "https://api.github.com/users/4d-for-ios/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/4d-for-ios",
"id": 57483781,
"login": "4d-for-ios",
"node_id": "MDEyOk9yZ2FuaXphdGlvbjU3NDgzNzgx",
"organizations_url": "https://api.github.com/users/4d-for-ios/orgs",
"received_events_url": "https://api.github.com/users/4d-for-ios/received_events",
"repos_url": "https://api.github.com/users/4d-for-ios/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/4d-for-ios/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/4d-for-ios/subscriptions",
"type": "Organization",
"url": "https://api.github.com/users/4d-for-ios"
},
"permissions": {
"admin": false,
"maintain": false,
"pull": false,
"push": false,
"triage": false
},
"private": false,
"pulls_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/pulls{/number}",
"pushed_at": "2021-02-11T13:18:05Z",
"releases_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/releases{/id}",
"size": 44115,
"ssh_url": "git@github.com:4d-for-ios/form-list-FoldingCellList.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/stargazers",
"statuses_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/subscribers",
"subscription_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/subscription",
"svn_url": "https://github.com/4d-for-ios/form-list-FoldingCellList",
"tags_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/tags",
"teams_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/teams",
"topics": [
"4d-for-ios",
"4d-for-ios-form",
"4d-for-ios-form-list"
],
"trees_url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList/git/trees{/sha}",
"updated_at": "2021-03-25T12:00:55Z",
"url": "https://api.github.com/repos/4d-for-ios/form-list-FoldingCellList",
"visibility": "public",
"watchers": 0,
"watchers_count": 0
},
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-list-Cube.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/contributors",
"created_at": "2019-10-31T15:48:28Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/deployments",
"description": "4D Mobile List Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/forks",
"full_name": "4d-for-ios/form-list-Cube",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-list-Cube.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/hooks",
"html_url": "https://github.com/4d-for-ios/form-list-Cube",
"id": 218802392,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/languages",
"license": {
"key": "other",
"name": "Other",
"node_id": "MDc6TGljZW5zZTA=",
"spdx_id": "NOASSERTION",
"url": null
},
"merges_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/milestones{/number}",
"mirror_url": null,
"name": "form-list-Cube",
"node_id": "MDEwOlJlcG9zaXRvcnkyMTg4MDIzOTI=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/notifications{?since,all,participating}",
"open_issues": 0,
"open_issues_count": 0,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/57483781?v=4",
"events_url": "https://api.github.com/users/4d-for-ios/events{/privacy}",
"followers_url": "https://api.github.com/users/4d-for-ios/followers",
"following_url": "https://api.github.com/users/4d-for-ios/following{/other_user}",
"gists_url": "https://api.github.com/users/4d-for-ios/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/4d-for-ios",
"id": 57483781,
"login": "4d-for-ios",
"node_id": "MDEyOk9yZ2FuaXphdGlvbjU3NDgzNzgx",
"organizations_url": "https://api.github.com/users/4d-for-ios/orgs",
"received_events_url": "https://api.github.com/users/4d-for-ios/received_events",
"repos_url": "https://api.github.com/users/4d-for-ios/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/4d-for-ios/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/4d-for-ios/subscriptions",
"type": "Organization",
"url": "https://api.github.com/users/4d-for-ios"
},
"permissions": {
"admin": false,
"maintain": false,
"pull": false,
"push": false,
"triage": false
},
"private": false,
"pulls_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/pulls{/number}",
"pushed_at": "2020-01-17T09:04:23Z",
"releases_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/releases{/id}",
"size": 3271,
"ssh_url": "git@github.com:4d-for-ios/form-list-Cube.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/stargazers",
"statuses_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/subscribers",
"subscription_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/subscription",
"svn_url": "https://github.com/4d-for-ios/form-list-Cube",
"tags_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/tags",
"teams_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/teams",
"topics": [
"4d-for-ios",
"4d-for-ios-form",
"4d-for-ios-form-list"
],
"trees_url": "https://api.github.com/repos/4d-for-ios/form-list-Cube/git/trees{/sha}",
"updated_at": "2021-03-25T12:00:55Z",
"url": "https://api.github.com/repos/4d-for-ios/form-list-Cube",
"visibility": "public",
"watchers": 0,
"watchers_count": 0
},
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-list-DynamicTable.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/contributors",
"created_at": "2019-10-31T15:49:35Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/deployments",
"description": "4D Mobile List Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/forks",
"full_name": "4d-for-ios/form-list-DynamicTable",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-list-DynamicTable.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/hooks",
"html_url": "https://github.com/4d-for-ios/form-list-DynamicTable",
"id": 218802611,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/languages",
"license": {
"key": "other",
"name": "Other",
"node_id": "MDc6TGljZW5zZTA=",
"spdx_id": "NOASSERTION",
"url": null
},
"merges_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/milestones{/number}",
"mirror_url": null,
"name": "form-list-DynamicTable",
"node_id": "MDEwOlJlcG9zaXRvcnkyMTg4MDI2MTE=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/notifications{?since,all,participating}",
"open_issues": 0,
"open_issues_count": 0,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/57483781?v=4",
"events_url": "https://api.github.com/users/4d-for-ios/events{/privacy}",
"followers_url": "https://api.github.com/users/4d-for-ios/followers",
"following_url": "https://api.github.com/users/4d-for-ios/following{/other_user}",
"gists_url": "https://api.github.com/users/4d-for-ios/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/4d-for-ios",
"id": 57483781,
"login": "4d-for-ios",
"node_id": "MDEyOk9yZ2FuaXphdGlvbjU3NDgzNzgx",
"organizations_url": "https://api.github.com/users/4d-for-ios/orgs",
"received_events_url": "https://api.github.com/users/4d-for-ios/received_events",
"repos_url": "https://api.github.com/users/4d-for-ios/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/4d-for-ios/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/4d-for-ios/subscriptions",
"type": "Organization",
"url": "https://api.github.com/users/4d-for-ios"
},
"permissions": {
"admin": false,
"maintain": false,
"pull": false,
"push": false,
"triage": false
},
"private": false,
"pulls_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/pulls{/number}",
"pushed_at": "2020-01-17T09:04:36Z",
"releases_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/releases{/id}",
"size": 1634,
"ssh_url": "git@github.com:4d-for-ios/form-list-DynamicTable.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/stargazers",
"statuses_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/subscribers",
"subscription_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/subscription",
"svn_url": "https://github.com/4d-for-ios/form-list-DynamicTable",
"tags_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/tags",
"teams_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/teams",
"topics": [
"4d-for-ios",
"4d-for-ios-form",
"4d-for-ios-form-list"
],
"trees_url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable/git/trees{/sha}",
"updated_at": "2021-03-25T12:00:55Z",
"url": "https://api.github.com/repos/4d-for-ios/form-list-DynamicTable",
"visibility": "public",
"watchers": 0,
"watchers_count": 0
},
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-list-Horizontal-Cards.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/contributors",
"created_at": "2019-10-31T15:50:00Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/deployments",
"description": "4D Mobile List Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/forks",
"full_name": "4d-for-ios/form-list-Horizontal-Cards",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-list-Horizontal-Cards.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/hooks",
"html_url": "https://github.com/4d-for-ios/form-list-Horizontal-Cards",
"id": 218802689,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/languages",
"license": {
"key": "other",
"name": "Other",
"node_id": "MDc6TGljZW5zZTA=",
"spdx_id": "NOASSERTION",
"url": null
},
"merges_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/milestones{/number}",
"mirror_url": null,
"name": "form-list-Horizontal-Cards",
"node_id": "MDEwOlJlcG9zaXRvcnkyMTg4MDI2ODk=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-list-Horizontal-Cards/notifications{?since,all,participating}",
"open_issues": 0,
"open_issues_count": 0,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/57483781?v=4",
"events_url": "https://api.github.com/users/4d-for-ios/events{/privacy}",
"followers_url": "https://api.github.com/users/4d-for-ios/followers",
"following_url": "https://api.github.com/users/4d-for-ios/following{/other_user}",
"gists_url": "https://api.github.com/users/4d-for-ios/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/4d-for-ios",
"id": 57483781,
"login": "4d-for-ios",
"node_id": "MDEyOk9yZ2FuaXphdGlvbjU3NDgzNzgx",
"organizations_url": "https://api.github.com/users/4d-for-ios/orgs",
"received_events_url": "https://api.github.com/users/4d-for-ios/received_events",
"repos_url": "https://api.github.com/users/4d-for-ios/repos",
"site_admin": false,