this post was submitted on 20 Nov 2024
47 points (96.1% liked)

Programming

17476 readers
190 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 16 points 1 day ago (4 children)

This is sorta funny for me because as a non cs major who went into it it seems like all the api's I work with are called rest apis and I was always wondering what a non rest api would be.

[–] macroplastic 11 points 1 day ago (2 children)

SOAP, which is basically dead, or GraphQL.

[–] [email protected] 11 points 1 day ago* (last edited 1 day ago) (1 children)

Hahaha, don't underestimate jank ass vendor systems. My workplace has at least one business critical thing using SOAP. We've been spinning our wheels on deprecating the damn thing for three years.

[–] macroplastic 3 points 22 hours ago

Lol, I probably should have said "legacy". Would hope no one is writing new SOAP APIs in 2024!

[–] [email protected] 2 points 23 hours ago

see. now I have seen references to soap but never really got that to. when it comes down to it my biggest concern is things just work.

load more comments (1 replies)