Skip to content

Tidy up API usage; check result#10

Open
stefanv wants to merge 1 commit intoscientific-python:mainfrom
stefanv:clean-API-and-verify
Open

Tidy up API usage; check result#10
stefanv wants to merge 1 commit intoscientific-python:mainfrom
stefanv:clean-API-and-verify

Conversation

@stefanv
Copy link
Copy Markdown
Member

@stefanv stefanv commented Feb 4, 2025

No description provided.

Comment thread set-pr-milestone.py
"Authorization": f"token {os.environ['GH_TOKEN']}",
"Accept": "application/vnd.github+json",
"Authorization": f"Bearer {os.environ['GH_TOKEN']}",
"X-GitHub-Api-Version": "2022-11-28"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

where is this coming from, I mean, would this date stay the same?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

That's the recommended way to version the API from their docs.

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