Skip to content

[feat]: Add archive url to repository info#2801

Merged
nickfloyd merged 2 commits intooctokit:mainfrom
perryhq:patch-1
Oct 9, 2023
Merged

[feat]: Add archive url to repository info#2801
nickfloyd merged 2 commits intooctokit:mainfrom
perryhq:patch-1

Conversation

@perryhq
Copy link
Contributor

@perryhq perryhq commented Oct 6, 2023

Resolves #2800


Before the change?

There wa sno way to access the archive url field and even if you could just use string concatenation, there's no need for this to not be an option.

After the change?

Now you can access it through the Repository.ArchiveUrl field.

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)

@perryhq perryhq marked this pull request as ready for review October 7, 2023 05:27
@nickfloyd nickfloyd changed the title Add archive url to repository info [feat]: Add archive url to repository info Oct 9, 2023
Copy link
Contributor

@nickfloyd nickfloyd left a comment

Choose a reason for hiding this comment

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

Hey @perrylets Thanks for getting this knocked out for the community ❤️ . ✨ for adding tests as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Feature New feature or request

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

[FEAT]: Add the archive_url response field to the Repository type

2 participants