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

Add support for security.txt API #3763

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Cyb3r-Jak3
Copy link
Contributor

Description

Adds support for security.txt API
API Docs

Has your change been tested?

New tests added and all tests pass

Screenshots (if appropriate):

Types of changes

What sort of change does your code introduce/modify?

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • This change is using publicly documented in cloudflare/api-schemas
    and relies on stable APIs.

Copy link
Contributor

changelog detected ✅

@jacobbednarz
Copy link
Member

any reason why you can't use v3 or newer of the library? it already includes this endpoint.

@Cyb3r-Jak3
Copy link
Contributor Author

Sorry, I added this because I didn't see it available in the latest v3 tag release.

@jacobbednarz
Copy link
Member

if you can, let's use that instead so that we can move off v0 of the library where possible. also means you don't need to keep these in sync with the schemas.

@Cyb3r-Jak3
Copy link
Contributor Author

It looks like it is only available via the next branch. Is the recommendation to use that branch?

@jacobbednarz
Copy link
Member

either @next or @<sha> to avoid it moving. there will be releases coming once a few more things are ironed out.

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

Successfully merging this pull request may close these issues.

2 participants