Skip to content
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

feat: add application keys endpoints #412

Merged
merged 3 commits into from
May 2, 2024
Merged

feat: add application keys endpoints #412

merged 3 commits into from
May 2, 2024

Conversation

kevinperaza
Copy link
Contributor

@kevinperaza kevinperaza commented Apr 26, 2024

Description

  • Update applications create to include create_key in create payload
  • Add new application keys endpoints
  • Update tests

Testing required outside of automated testing?

  • Not Applicable

Screenshots (if appropriate):

  • Not Applicable

Rollback / Rollforward Procedure

  • Roll Forward
  • Roll Back

Reviewer Checklist

  • Description of Change
  • Description of outside testing if applicable.
  • Description of Roll Forward / Backward Procedure
  • Documentation updated for Change

@kevinperaza kevinperaza marked this pull request as ready for review April 29, 2024 21:19
@kevinperaza kevinperaza requested a review from a team as a code owner April 29, 2024 21:19
type ApplicationKey = {
id?: string;
key?: string;
createAt?: string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
createAt?: string;
createdAt?: string;

typo?

Copy link

github-actions bot commented May 2, 2024

Coverage Report

Totals Coverage
Statements: 94.75% ( 578 / 610 )
Methods: 97.64% ( 124 / 127 )

@kevinperaza kevinperaza merged commit 2b2be74 into master May 2, 2024
2 checks passed
@kevinperaza kevinperaza deleted the eng-6244 branch May 2, 2024 15:00
bt-platform-eng pushed a commit that referenced this pull request May 2, 2024
# [4.4.0](v4.3.0...v4.4.0) (2024-05-02)

### Features

* add application keys endpoints ([#412](#412)) ([2b2be74](2b2be74))
@bt-platform-eng
Copy link

🎉 This PR is included in version 4.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants