-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4d-for-ios-form-detail.json
2304 lines (2304 loc) · 133 KB
/
4d-for-ios-form-detail.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-detail-TasksDetail/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-detail-TasksDetail.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/contributors",
"created_at": "2019-06-05T11:06:14Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/deployments",
"description": "4D for iOS Detail Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/forks",
"full_name": "4d-for-ios/form-detail-TasksDetail",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-detail-TasksDetail.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-detailform-templates.html",
"hooks_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/hooks",
"html_url": "https://github.com/4d-for-ios/form-detail-TasksDetail",
"id": 190379461,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/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-detail-TasksDetail/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/milestones{/number}",
"mirror_url": null,
"name": "form-detail-TasksDetail",
"node_id": "MDEwOlJlcG9zaXRvcnkxOTAzNzk0NjE=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/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-detail-TasksDetail/pulls{/number}",
"pushed_at": "2020-10-06T11:59:46Z",
"releases_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/releases{/id}",
"size": 227,
"ssh_url": "git@github.com:4d-for-ios/form-detail-TasksDetail.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/stargazers",
"statuses_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/subscribers",
"subscription_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/subscription",
"svn_url": "https://github.com/4d-for-ios/form-detail-TasksDetail",
"tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/tags",
"teams_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/teams",
"topics": [
"4d-for-ios",
"4d-for-ios-form",
"4d-for-ios-form-detail"
],
"trees_url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail/git/trees{/sha}",
"updated_at": "2020-10-06T11:56:46Z",
"url": "https://api.github.com/repos/4d-for-ios/form-detail-TasksDetail",
"visibility": "public",
"watchers": 0,
"watchers_count": 0
},
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-detail-ParallaxDetail.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/contributors",
"created_at": "2019-06-05T11:21:38Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/deployments",
"description": "4D for iOS Detail Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/forks",
"full_name": "4d-for-ios/form-detail-ParallaxDetail",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-detail-ParallaxDetail.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-detailform-templates.html",
"hooks_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/hooks",
"html_url": "https://github.com/4d-for-ios/form-detail-ParallaxDetail",
"id": 190381473,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/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-detail-ParallaxDetail/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/milestones{/number}",
"mirror_url": null,
"name": "form-detail-ParallaxDetail",
"node_id": "MDEwOlJlcG9zaXRvcnkxOTAzODE0NzM=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/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-detail-ParallaxDetail/pulls{/number}",
"pushed_at": "2020-09-29T06:42:04Z",
"releases_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/releases{/id}",
"size": 1509,
"ssh_url": "git@github.com:4d-for-ios/form-detail-ParallaxDetail.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/stargazers",
"statuses_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/subscribers",
"subscription_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/subscription",
"svn_url": "https://github.com/4d-for-ios/form-detail-ParallaxDetail",
"tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/tags",
"teams_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/teams",
"topics": [
"4d-for-ios",
"4d-for-ios-form",
"4d-for-ios-form-detail"
],
"trees_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail/git/trees{/sha}",
"updated_at": "2020-09-24T14:04:04Z",
"url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxDetail",
"visibility": "public",
"watchers": 0,
"watchers_count": 0
},
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-detail-Cards.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/contributors",
"created_at": "2019-11-04T07:26:51Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/deployments",
"description": "4D for iOS Detail Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/forks",
"full_name": "4d-for-ios/form-detail-Cards",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-detail-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-detail-Cards/hooks",
"html_url": "https://github.com/4d-for-ios/form-detail-Cards",
"id": 219441740,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-detail-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-detail-Cards/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/milestones{/number}",
"mirror_url": null,
"name": "form-detail-Cards",
"node_id": "MDEwOlJlcG9zaXRvcnkyMTk0NDE3NDA=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-detail-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,
"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-detail-Cards/pulls{/number}",
"pushed_at": "2021-03-25T12:24:08Z",
"releases_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/releases{/id}",
"size": 735,
"ssh_url": "git@github.com:4d-for-ios/form-detail-Cards.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/stargazers",
"statuses_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/subscribers",
"subscription_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/subscription",
"svn_url": "https://github.com/4d-for-ios/form-detail-Cards",
"tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/tags",
"teams_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/teams",
"topics": [
"4d-for-ios",
"4d-for-ios-form",
"4d-for-ios-form-detail"
],
"trees_url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards/git/trees{/sha}",
"updated_at": "2020-09-24T13:43:23Z",
"url": "https://api.github.com/repos/4d-for-ios/form-detail-Cards",
"visibility": "public",
"watchers": 0,
"watchers_count": 0
},
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-detail-Circle.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/contributors",
"created_at": "2019-11-04T07:27:30Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/deployments",
"description": "4D for iOS Detail Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/forks",
"full_name": "4d-for-ios/form-detail-Circle",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-detail-Circle.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-detail-Circle/hooks",
"html_url": "https://github.com/4d-for-ios/form-detail-Circle",
"id": 219441846,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/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-detail-Circle/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/milestones{/number}",
"mirror_url": null,
"name": "form-detail-Circle",
"node_id": "MDEwOlJlcG9zaXRvcnkyMTk0NDE4NDY=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/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-detail-Circle/pulls{/number}",
"pushed_at": "2020-09-29T06:37:23Z",
"releases_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/releases{/id}",
"size": 530,
"ssh_url": "git@github.com:4d-for-ios/form-detail-Circle.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/stargazers",
"statuses_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/subscribers",
"subscription_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/subscription",
"svn_url": "https://github.com/4d-for-ios/form-detail-Circle",
"tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/tags",
"teams_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/teams",
"topics": [
"4d-for-ios",
"4d-for-ios-form",
"4d-for-ios-form-detail"
],
"trees_url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle/git/trees{/sha}",
"updated_at": "2020-09-24T13:56:56Z",
"url": "https://api.github.com/repos/4d-for-ios/form-detail-Circle",
"visibility": "public",
"watchers": 0,
"watchers_count": 0
},
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-detail-Dashboard.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/contributors",
"created_at": "2019-11-04T07:27:51Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/deployments",
"description": "4D for iOS Detail Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/forks",
"full_name": "4d-for-ios/form-detail-Dashboard",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-detail-Dashboard.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-detail-Dashboard/hooks",
"html_url": "https://github.com/4d-for-ios/form-detail-Dashboard",
"id": 219441903,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/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-detail-Dashboard/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/milestones{/number}",
"mirror_url": null,
"name": "form-detail-Dashboard",
"node_id": "MDEwOlJlcG9zaXRvcnkyMTk0NDE5MDM=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/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-detail-Dashboard/pulls{/number}",
"pushed_at": "2020-09-29T06:39:40Z",
"releases_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/releases{/id}",
"size": 654,
"ssh_url": "git@github.com:4d-for-ios/form-detail-Dashboard.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/stargazers",
"statuses_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/subscribers",
"subscription_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/subscription",
"svn_url": "https://github.com/4d-for-ios/form-detail-Dashboard",
"tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/tags",
"teams_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/teams",
"topics": [
"4d-for-ios",
"4d-for-ios-form",
"4d-for-ios-form-detail"
],
"trees_url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard/git/trees{/sha}",
"updated_at": "2020-09-24T14:01:41Z",
"url": "https://api.github.com/repos/4d-for-ios/form-detail-Dashboard",
"visibility": "public",
"watchers": 0,
"watchers_count": 0
},
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-detail-LeftCutHeader.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/contributors",
"created_at": "2019-11-04T07:28:36Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/deployments",
"description": "4D for iOS Detail Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/forks",
"full_name": "4d-for-ios/form-detail-LeftCutHeader",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-detail-LeftCutHeader.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-detail-LeftCutHeader/hooks",
"html_url": "https://github.com/4d-for-ios/form-detail-LeftCutHeader",
"id": 219442034,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/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-detail-LeftCutHeader/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/milestones{/number}",
"mirror_url": null,
"name": "form-detail-LeftCutHeader",
"node_id": "MDEwOlJlcG9zaXRvcnkyMTk0NDIwMzQ=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/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-detail-LeftCutHeader/pulls{/number}",
"pushed_at": "2021-03-11T12:00:50Z",
"releases_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/releases{/id}",
"size": 1137,
"ssh_url": "git@github.com:4d-for-ios/form-detail-LeftCutHeader.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/stargazers",
"statuses_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/subscribers",
"subscription_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/subscription",
"svn_url": "https://github.com/4d-for-ios/form-detail-LeftCutHeader",
"tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/tags",
"teams_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/teams",
"topics": [
"4d-for-ios",
"4d-for-ios-form",
"4d-for-ios-form-detail"
],
"trees_url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader/git/trees{/sha}",
"updated_at": "2020-09-24T13:48:54Z",
"url": "https://api.github.com/repos/4d-for-ios/form-detail-LeftCutHeader",
"visibility": "public",
"watchers": 0,
"watchers_count": 0
},
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-detail-Numbers.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/contributors",
"created_at": "2019-11-04T07:29:09Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/deployments",
"description": "4D for iOS Detail Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/forks",
"full_name": "4d-for-ios/form-detail-Numbers",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-detail-Numbers.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-detail-Numbers/hooks",
"html_url": "https://github.com/4d-for-ios/form-detail-Numbers",
"id": 219442115,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/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-detail-Numbers/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/milestones{/number}",
"mirror_url": null,
"name": "form-detail-Numbers",
"node_id": "MDEwOlJlcG9zaXRvcnkyMTk0NDIxMTU=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/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-detail-Numbers/pulls{/number}",
"pushed_at": "2021-05-21T10:12:41Z",
"releases_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/releases{/id}",
"size": 366,
"ssh_url": "git@github.com:4d-for-ios/form-detail-Numbers.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/stargazers",
"statuses_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/subscribers",
"subscription_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/subscription",
"svn_url": "https://github.com/4d-for-ios/form-detail-Numbers",
"tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/tags",
"teams_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/teams",
"topics": [
"4d-for-ios",
"4d-for-ios-form",
"4d-for-ios-form-detail"
],
"trees_url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers/git/trees{/sha}",
"updated_at": "2021-05-21T10:12:43Z",
"url": "https://api.github.com/repos/4d-for-ios/form-detail-Numbers",
"visibility": "public",
"watchers": 0,
"watchers_count": 0
},
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-detail-ParallaxHeader.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/contributors",
"created_at": "2019-11-04T07:29:29Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/deployments",
"description": "4D for iOS Detail Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/forks",
"full_name": "4d-for-ios/form-detail-ParallaxHeader",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-detail-ParallaxHeader.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-detail-ParallaxHeader/hooks",
"html_url": "https://github.com/4d-for-ios/form-detail-ParallaxHeader",
"id": 219442179,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/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-detail-ParallaxHeader/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/milestones{/number}",
"mirror_url": null,
"name": "form-detail-ParallaxHeader",
"node_id": "MDEwOlJlcG9zaXRvcnkyMTk0NDIxNzk=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/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-detail-ParallaxHeader/pulls{/number}",
"pushed_at": "2021-04-09T05:24:44Z",
"releases_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/releases{/id}",
"size": 1316,
"ssh_url": "git@github.com:4d-for-ios/form-detail-ParallaxHeader.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/stargazers",
"statuses_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/subscribers",
"subscription_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/subscription",
"svn_url": "https://github.com/4d-for-ios/form-detail-ParallaxHeader",
"tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/tags",
"teams_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/teams",
"topics": [
"4d-for-ios",
"4d-for-ios-form",
"4d-for-ios-form-detail"
],
"trees_url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader/git/trees{/sha}",
"updated_at": "2020-09-24T14:02:54Z",
"url": "https://api.github.com/repos/4d-for-ios/form-detail-ParallaxHeader",
"visibility": "public",
"watchers": 0,
"watchers_count": 0
},
{
"allow_forking": true,
"archive_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/assignees{/user}",
"blobs_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/branches{/branch}",
"clone_url": "https://github.com/4d-for-ios/form-detail-RightCutHeader.git",
"collaborators_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/comments{/number}",
"commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/commits{/sha}",
"compare_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/contents/{+path}",
"contributors_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/contributors",
"created_at": "2019-11-04T07:29:52Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/deployments",
"description": "4D for iOS Detail Form template",
"disabled": false,
"downloads_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/downloads",
"events_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/events",
"fork": false,
"forks": 1,
"forks_count": 1,
"forks_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/forks",
"full_name": "4d-for-ios/form-detail-RightCutHeader",
"git_commits_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/git/tags{/sha}",
"git_url": "git://github.com/4d-for-ios/form-detail-RightCutHeader.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-detail-RightCutHeader/hooks",
"html_url": "https://github.com/4d-for-ios/form-detail-RightCutHeader",
"id": 219442233,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/issues/events{/number}",
"issues_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/issues{/number}",
"keys_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/keys{/key_id}",
"labels_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/labels{/name}",
"language": "Swift",
"languages_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/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-detail-RightCutHeader/merges",
"milestones_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/milestones{/number}",
"mirror_url": null,
"name": "form-detail-RightCutHeader",
"node_id": "MDEwOlJlcG9zaXRvcnkyMTk0NDIyMzM=",
"notifications_url": "https://api.github.com/repos/4d-for-ios/form-detail-RightCutHeader/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,