this post was submitted on 28 Jan 2024
1045 points (97.6% liked)

Programmer Humor

19386 readers
72 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 8 months ago* (last edited 8 months ago) (2 children)

Last time I asked a niche api question it showed me how to formulate the question so I could post it on this GitHub issues..

Edit

[–] [email protected] 20 points 8 months ago (2 children)

How is that a niche api question? That's a public api that is scraped up.

It's also a terrible way to ask the question. It's how a clueless newb asks questions. Anyone hoping to help needs to at least know: What are you attempting to use the end point for and What results are you receiving vs expecting?

[–] [email protected] 12 points 8 months ago

It is a perfect example of why you still need good programmers, that know what/how to ask.

[–] [email protected] 11 points 8 months ago

Also also it told him to include the API key and used v3 in the URL.

[–] [email protected] 11 points 8 months ago

That looks like advice on how NOT to ask for technical support on a public forum.

  1. Be generic and vague. Omit as many details as possible, this will only distract from the problem at hand.
  2. remember to include your private API key to share it with the world.