forked from cloudmesh-community/book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrest.bib
165 lines (143 loc) · 3.63 KB
/
rest.bib
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
@Misc{scikitlearn-kmeans,
author = {{scikit-learn developers }},
howpublished = {Web Page},
url =
{https://scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html},
}
@Misc{oai-spec,
author = {{OpenAPI Initiative}},
title = {The OpenAPI Specification},
howpublished = {Web Page},
url =
{https://github.com/OAI/OpenAPI-Specification},
}
@Misc{swagger2spec,
author = {{OpenAPI Initiative}},
title = {The OpenAPI Specification},
howpublished = {Web Page},
url =
{https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md},
}
@Misc{oai-docs,
author = {{OpenAPI Initiative}},
title = {The OpenAPI Docs},
howpublished = {Web Page},
url =
{https://swagger.io/docs/specification/about/},
}
@Misc{oai3-spec,
author = {{OpenAPI Initiative}},
title = {Announcing the Official Release of OpenAPI 3.0},
howpublished = {Web Page},
year = 2017,
month = July,
url =
{https://swagger.io/blog/news/announcing-openapi-3-0/},
}
@Misc{swagger-editor,
author = { SmartBear Software},
title = {Swagger Editor Documentation},
howpublished = {Web Page},
url =
{https://swagger.io/docs/open-source-tools/swagger-editor/},
}
@Misc{swagger-ui,
author = { SmartBear Software},
title = {Swagger UI},
howpublished = {Web Page},
url =
{https://swagger.io/docs/open-source-tools/swagger-ui/usage/installation/},
}
@Misc{swagger-codegen,
author = { SmartBear Software},
title = {Swagger Codegen Documentation},
howpublished = {Web Page},
url =
{https://swagger.io/docs/open-source-tools/swagger-codegen/},
}
@Misc{raml-spec,
author = {{RAML}},
title = {RAML Version 1.0: RESTful API Modeling Language},
howpublished = {Web Page},
url =
{https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md},
}
@Misc{tinyspec,
author = {{tinyspec}},
title = {tinyspec},
howpublished = {Web Page},
url =
{https://github.com/Ajaxy/tinyspec},
}
@Misc{raml_spec_1,
author = {{RAML}},
title = {RAML},
howpublished = {Web Page},
url =
{https://raml.org/},
}
@Misc{jsonapi,
author = {{Yehuda Katz}},
title = {JSON:API},
howpublished = {Web Page},
url =
{https://jsonapi.org/},
}
@Misc{connexion,
author = {{Zalando SE}},
title = {Connexion},
howpublished = {Web Page},
url =
{https://github.com/zalando/connexion},
}
@Misc{apiblue-spec,
author = {{api blueprint}},
title = {API Blueprint. A powerful high-level API description language for web
APIs},
howpublished = {Web Page},
url =
{https://apiblueprint.org/},
}
@book{fielding2000architectural,
title={Architectural styles and the design of network-based software architectures},
author={Fielding, Roy T and Taylor, Richard N},
volume={7},
year={2000},
publisher={University of California, Irvine Doctoral dissertation}
}
@Misc{restwiki,
title={Representational state transfer},
author={Wikipedia},
howpublished = {Web Page},
year={2019},
url =
{https://en.wikipedia.org/wiki/Representational_state_transfer}
}
@Misc{swagger,
title={API Development for Everyone},
author={SmartBear Software},
howpublished = {Web Page},
url =
{https://swagger.io}
}
@Misc{openapitools,
title={OpenAPI.Tools},
author={APIs You Won't Hate},
howpublished = {Web Page},
url =
{https://openapi.tools/}
}
@Misc{flaskrestful,
title={Flask-RESTful},
author={Kevin Burke, Kyle Conroy, Ryan Horn, Frank Stratton, Guillaume Binet},
howpublished = {Web Page},
url =
{https://flask-restful.readthedocs.io/en/latest/}
}
@Misc{djangorest,
title={Django REST framework },
author={Encode OSS Ltd},
howpublished = {Web Page},
url =
{https://www.django-rest-framework.org/}
}