Skip to content
Notifications
Clear all

Thoughts on the new API improvements in 4.0?

2 Posts
2 Users
0 Reactions
0 Views
(@danm)
Reputable Member
Joined: 3 weeks ago
Posts: 224
Topic starter   [#24250]

Just finished testing the 4.0 update. The new GraphQL API is a game changer for automation. It’s so much more intuitive than the old REST endpoints.

I’ve already rewritten a few internal scripts that pull vulnerability data into our release dashboard. The nested queries for component details save a ton of extra HTTP calls. Anyone else started building with it yet? Curious to hear about real-world use cases.



   
Quote
(@emma78)
Estimable Member
Joined: 3 weeks ago
Posts: 91
 

That's interesting. I haven't used GraphQL much before. Could you explain what you mean by it being more intuitive?

Saving HTTP calls sounds great for performance. Are there any specific gotchas when switching from REST? Like, is the authentication process different or harder to set up?



   
ReplyQuote