You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -49,15 +49,15 @@ See [Controlling usage](/guides/rate-limiting/#controlling-usage)
49
49
50
50
## Copyright
51
51
52
-
The data and images are used without claim of ownership and belong to their respective owners. I do not own the rights to any material provided in this API. This API is [Open Source :icon-link-external:]({{git_home}}) and uses a [MIT License](#licenses).
52
+
The data and images are used without claim of ownership and belong to their respective owners. I do not own the rights to any material provided in this API. This API is [Open Source :icon-link-external:]({{git_home}}){target="\_blank"} and uses a [MIT License](#licenses).
53
53
54
54
## Licenses
55
55
56
56
All licenses of the project, including third party **packages/libraries/dependencies**.
57
57
58
58
### Project license
59
59
60
-
> **HawAPI** is licensed under the [MIT License :icon-link-external:]({{git}}/LICENSE).
60
+
> **HawAPI** is licensed under the [MIT License :icon-link-external:]({{git}}/blob/main/LICENSE){target="\_blank"}.
Copy file name to clipboardExpand all lines: Guides/Cors.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ icon: shield
4
4
5
5
The **HawAPI** project supports cross-origin HTTP requests which is commonly referred as **CORS**. This means that you can call API resources from any browser.
6
6
7
-
[CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing) is a proposed standard for allowing your web browser and a web server to negotiate and allow requests to be made across domain contexts. **CORS** is currently supported in modern Chrome, Firefox, Safari, and Internet Explorer (10+) web browsers.
7
+
[CORS :icon-link-external:](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing){target="\_blank"} is a proposed standard for allowing your web browser and a web server to negotiate and allow requests to be made across domain contexts. **CORS** is currently supported in modern Chrome, Firefox, Safari, and Internet Explorer (10+) web browsers.
8
8
9
9
You don’t need to do anything special to use **CORS** with JavaScript in a modern browser. Your web browser and our servers will automatically negotiate the cross-origin request. For example, to make a `GET` request, you’d make your request just like you were performing it within the context of your own domain.
10
10
@@ -38,6 +38,6 @@ Only `GET` method is allowed for all tiers (with [limitations](/Guides/Rate-Limi
Copy file name to clipboardExpand all lines: SDK's/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
A Software Development Kit (SDK) is a set of tools provided by the manufacturer of (usually) a hardware platform, operating system (OS), or programming language. [\[\*\]](https://www.redhat.com/en/topics/cloud-native-apps/what-is-SDK)
Copy file name to clipboardExpand all lines: Support.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,18 @@ icon: link
4
4
5
5
# Support
6
6
7
-
For General/Technical support questions are best asked in the [Discussion :icon-link-external:](https://github.com/orgs/HawAPI/discussions) forum.
7
+
For General/Technical support questions are best asked in the [Discussion :icon-link-external:](https://github.com/orgs/HawAPI/discussions){target="\_blank"} forum.
8
8
9
9
Do you have a general inquiry? Please feel free to contact at [hawapi@lucasjosino.com](mailto:hawapi@lucasjosino.com).
Copy file name to clipboardExpand all lines: index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ icon: home
4
4
5
5
# Introduction
6
6
7
-
The **HawAPI** is a Free and <ahref="{{git_home}}/"target="_blank">Open Source :icon-link-external:</a> API for <ahref="https://www.netflix.com/title/80057281"target="_blank">Stranger Things :icon-link-external:</a> show.
7
+
The **HawAPI** is a Free and [Open Source :icon-link-external:]({{git_home}}/){target="\_blank"} API for [Stranger Things :icon-link-external:](https://www.netflix.com/title/80057281){target="\_blank"}.
8
8
9
9
All this information is available through a RESTful API implemented with [_Java (Spring Boot) + PostgreSQL_](/About.md#tech-stack) and served via **JSON** and allows developers to create **desktop**, **web** and **mobile** applications using this data very easy.
0 commit comments