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

Collection at https://t.co/twitter-api-postman lost all the variable substitutions in auth #8

Open
fireattack opened this issue Oct 6, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@fireattack
Copy link

fireattack commented Oct 6, 2022

The collection at https://t.co/twitter-api-postman (full link: https://www.postman.com/twitter/workspace/twitter-s-public-workspace/collection/9956214-784efcda-ed4c-4491-a4c0-a26470a67400?ctx=documentation) lost all the variable substitutions in various settings, mainly auth.

For example, it is supposed to have a top level auth of

	"auth": {
		"type": "bearer",
		"bearer": [
			{
				"key": "token",
				"value": "{{bearer_token}}",
				"type": "string"
			}
		]
	},

And it does in the source code.

But the version in that Workplace just have empty string:

image

You can also see this if you export the collection from there:

image

Expected behavior

The collection there should be as the same as the source code, so others can simply fork or export and use it.

Actual behavior

It is not. All the variable substitutions are lost.

@fireattack
Copy link
Author

I just realized that these variables were added later (#3). Maybe the Collection at the workplace is just outdated?

@andypiper
Copy link
Contributor

Thanks for noting the discrepancy. I’ll try to figure out the best option here…

@andypiper andypiper self-assigned this Oct 7, 2022
@andypiper andypiper added the bug Something isn't working label Oct 7, 2022
@andypiper andypiper removed their assignment Dec 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@andypiper @fireattack and others