Skip to content

24998 - Replace API Gateway with Developer Site #182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/site/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code of Conduct - SBC API Gateway
# Code of Conduct - SBC Developer Site

## Our Pledge

Expand Down
8 changes: 4 additions & 4 deletions web/site/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- omit in toc -->
# Contributing to SBC API Gateway
# Contributing to SBC Developer Site

First off, thanks for taking the time to contribute! ❤️

Expand All @@ -25,7 +25,7 @@ All types of contributions are encouraged and valued. See the [Table of Contents
## Code of Conduct

This project and everyone participating in it is governed by the
[SBC API Gateway Code of Conduct](https://github.com/bcgov/sbc-apigw/tree/main/web/site/CODE_OF_CONDUCT.md).
[SBC Developer Site Code of Conduct](https://github.com/bcgov/sbc-apigw/tree/main/web/site/CODE_OF_CONDUCT.md).
By participating, you are expected to uphold this code. Please report unacceptable behavior
to <>. Add contact?

Expand Down Expand Up @@ -104,7 +104,7 @@ Once it's filed:

### Suggesting Enhancements

This section guides you through submitting an enhancement suggestion for SBC API Gateway, **including completely new features and minor improvements to existing functionality**. Following these guidelines will help maintainers and the community to understand your suggestion and find related suggestions.
This section guides you through submitting an enhancement suggestion for SBC Developer Site, **including completely new features and minor improvements to existing functionality**. Following these guidelines will help maintainers and the community to understand your suggestion and find related suggestions.

<!-- omit in toc -->
#### Before Submitting an Enhancement
Expand All @@ -122,7 +122,7 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/bcgov/
- Use a **clear and descriptive title** for the issue to identify the suggestion.
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.
- **Describe the current behavior** and **explain which behavior you expected to see instead** and why. At this point you can also tell which alternatives do not work for you.
- **Explain why this enhancement would be useful** to most SBC API Gateway users. You may also want to point out the other projects that solved it better and which could serve as inspiration.
- **Explain why this enhancement would be useful** to most SBC Developer Site users. You may also want to point out the other projects that solved it better and which could serve as inspiration.

<!-- TODO
### Your First Code Contribution
Expand Down
4 changes: 2 additions & 2 deletions web/site/app/tests/e2e/pages/home-page.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test.describe('home page', () => {
const p = await page.textContent('p')
const logo = page.getByAltText('Government of British Columbia Logo')
expect(logo).toBeTruthy()
expect(h1).toBe('BC Registries API Gateway')
expect(p).toBe('Welcome to the BC Registries API Gateway! Access API information for all BC Registries services here.')
expect(h1).toBe('BC Registries Developer Site')
expect(p).toBe('Welcome to the BC Registries Developer Site! Access API information for all BC Registries services here.')
})
})
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ payment receipt information for your API transaction.

### Analytics Reports

ServiceBC Connect Account consumer API Gateway activity is tracked for up to 30 days in
ServiceBC Connect Account consumer Developer Site activity is tracked for up to 30 days in
the past. Daily and weekly reports are available in JSON or CSV formats. Basic
metrics available in these reports include:

Expand All @@ -199,7 +199,7 @@ into your own data visualization tools or analytics system.

### Message Logging

ServiceBC Connect Account consumer API Gateway message logging is available by account
ServiceBC Connect Account consumer Developer Site message logging is available by account
ID and Gateway API. A dedicated message log archive is created for an account ID
and API combination. It requires a Google Cloud Platform (GCP) account and
project configured with permission to view the account message log. Message log
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: 'Message Logging'
description: 'BC OnLine Account API Gateway message logging information.'
description: 'BC OnLine Account Developer Site message logging information.'
---

# Message Logging

---

Service BC Connect API message logging is configured by Account ID number and
the API. The combination of the API Gateway environment, account ID, and API name
the API. The combination of the Developer Site environment, account ID, and API name
is used to create a unique log name.

The Service BC Connect API Platform uses Google Cloud Platform (GCP) logging. With GCP logging,
Expand Down
2 changes: 1 addition & 1 deletion web/site/content/en-CA/products/1.get-started/6.about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'About'
description: 'API Gateway About page. Useful information.'
description: 'Developer Site About page. Useful information.'
---

# About
Expand Down
2 changes: 1 addition & 1 deletion web/site/content/en-CA/products/rs/registry-search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@ components:
securitySchemes:
api_key:
type: apiKey
description: API Gateway assigned API key for a consumer. Required for all requests.
description: Developer Site assigned API key for a consumer. Required for all requests.
name: x-apikey
in: header
jwt:
Expand Down
4 changes: 2 additions & 2 deletions web/site/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ The page head is automatically mapped based on the current markdown file structu

For example:
- `content/en-CA/products/get-started/account-setup.md` will return the page head as:
`Get Started - Account Setup - Service BC Connect API Gateway`.
`Get Started - Account Setup - Service BC Connect Developer Site`.
- `content/en-CA/products/br/overview.md` will return the page head as:
`BR - Overview - Service BC Connect API Gateway`.
`BR - Overview - Service BC Connect Developer Site`.

<!-- omit in toc -->
### Page Title and Description
Expand Down
Loading
Loading