Skip to content

Commit af2705f

Browse files
committed
Update service URLs and docs
1 parent 900385e commit af2705f

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020, AppifyHub.com
3+
Copyright (c) 2020, AppifyHub
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## About the project
1515

16-
This repository contains the **complete** codebase of the [AppifyHub](https://appifyhub.com)'s monolith backend service.
16+
This repository contains the **complete** codebase of the [AppifyHub](https://www.appifyhub.com)'s monolith backend service.
1717

1818
The service covers for the majority of everyday, user-facing features, such as: authentication, user management, email and messaging, access management, and other.
1919

@@ -23,20 +23,20 @@ See the rest of this document for a developer's overview and information on how
2323

2424
This service runs as an API in two official places:
2525

26-
- [AppifyHub API](https://api.appifyhub.com)
27-
- [_Staging_ AppifyHub API](http://staging.api.appifyhub.com) (no SSL)
26+
- [AppifyHub API](https://api.cloud.appifyhub.com) (Live)
27+
- [_Staging_ AppifyHub API](http://staging.api.cloud.appifyhub.com) (Pre-Live)
2828

2929
The related API docs are located nearby too:
3030

31-
- [API Docs](https://api.appifyhub.com/docs/index.html)
32-
- [_Staging_ API Docs](http://staging.api.appifyhub.com/docs/index.html) (no SSL)
31+
- [API Docs](https://api.cloud.appifyhub.com/docs/index.html) (Live)
32+
- [_Staging_ API Docs](http://staging.api.cloud.appifyhub.com/docs/index.html) (Pre-Live)
3333

3434
The OpenAPI YAMLs are in the same place:
3535

36-
- [OpenAPI YAML for **Creators**](https://api.appifyhub.com/docs/open-api/creator.yaml)
37-
- [OpenAPI YAML for **Consumers**](https://api.appifyhub.com/docs/open-api/consumer.yaml)
38-
- [_Staging_ OpenAPI YAML for **Creators**](http://staging.api.appifyhub.com/docs/open-api/creator.yaml) (no SSL)
39-
- [_Staging_ OpenAPI YAML for **Consumers**](http://staging.api.appifyhub.com/docs/open-api/consumer.yaml) (no SSL)
36+
- [OpenAPI YAML for **Creators**](https://api.cloud.appifyhub.com/docs/open-api/creator.yaml) (Live)
37+
- [OpenAPI YAML for **Consumers**](https://api.cloud.appifyhub.com/docs/open-api/consumer.yaml) (Live)
38+
- [_Staging_ OpenAPI YAML for **Creators**](http://staging.api.cloud.appifyhub.com/docs/open-api/creator.yaml) (Pre-Live)
39+
- [_Staging_ OpenAPI YAML for **Consumers**](http://staging.api.cloud.appifyhub.com/docs/open-api/consumer.yaml) (Pre-Live)
4040

4141
### AppifyHub SDK
4242

@@ -52,7 +52,7 @@ You can find the SDK and its documentation here:
5252

5353
If you plan on contributing to this project in any way, please read and acknowledge the [Contributing guide](./CONTRIBUTING.md) first.
5454

55-
Please also take note of the [License](./LICENSE) and check the [Project Website](https://appifyhub.com) for general information.
55+
Please also take note of the [License](./LICENSE) and check the [Project Website](https://www.appifyhub.com) for general information.
5656

5757
## Developer's Overview
5858

src/main/resources/static/docs/open-api/consumer.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ info:
1515
url: images/logo-text-white-small.png
1616
altText: Appify Hub Logo
1717
servers:
18-
- url: https://api.appifyhub.com
19-
description: Production environment
20-
- url: http://staging.api.appifyhub.com
21-
description: Staging environment
18+
- url: https://api.cloud.appifyhub.com
19+
description: Live environment
20+
- url: http://staging.api.cloud.appifyhub.com
21+
description: Pre-live environment
2222

2323
paths:
2424

src/main/resources/static/docs/open-api/creator.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ info:
1515
url: images/logo-text-white-small.png
1616
altText: Appify Hub Logo
1717
servers:
18-
- url: https://api.appifyhub.com
19-
description: Production environment
20-
- url: http://staging.api.appifyhub.com
21-
description: Staging environment
18+
- url: https://api.cloud.appifyhub.com
19+
description: Live environment
20+
- url: http://staging.api.cloud.appifyhub.com
21+
description: Pre-live environment
2222

2323
paths:
2424

@@ -777,7 +777,7 @@ components:
777777
domain:
778778
type: string
779779
description: A verified domain
780-
examples: [ "appifyhub.com" ]
780+
examples: [ "www.appifyhub.com" ]
781781
sender_name:
782782
type: string
783783
description: The name of the default sender
@@ -1259,13 +1259,13 @@ components:
12591259
type: string
12601260
format: uri
12611261
description: The URL to this consumer project's logo
1262-
examples: [ "https://appifyhub.com/logo.png" ]
1262+
examples: [ "https://www.appifyhub.com/logo.png" ]
12631263

12641264
ProjectWebsiteURL:
12651265
type: string
12661266
format: uri
12671267
description: The URL to this consumer project's website
1268-
examples: [ "https://appifyhub.com" ]
1268+
examples: [ "https://wwww.appifyhub.com" ]
12691269

12701270
ProjectLanguageTag:
12711271
type: string

0 commit comments

Comments
 (0)