Beyond REST API's - An Overview About Modern API Technologies

Beyond REST API's - An Overview About Modern API Technologies

Spring I/O via YouTube Direct link

Intro

1 of 13

1 of 13

Intro

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Beyond REST API's - An Overview About Modern API Technologies

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 The REST API endpoints for the task resource might look like this
  3. 3 making the server an executor of an arbitrary number of different queries ...
  4. 4 Subscriptions allow to constantly send updates to a client based on their query...
  5. 5 There are many scenarios conceivable to add a GraphQL API to your existing application ...
  6. 6 JSON payloads are not the most efficient way to package the stuff for transportation ...
  7. 7 Consuming a REST API requires either some manual work or a set of tools to get going ...
  8. 8 The server implementation inherits from the generated services base class...
  9. 9 or an asynchronous one, which is useful for unbound server-streaming, for example.
  10. 10 Summary / Takeaways GRPC
  11. 11 Once a connection is established, both ends can become requester and responder
  12. 12 Spring supports annotated handlers to implement responders (Spring Messaging)
  13. 13 A few guiding questions that could make you think about any of the presented alternatives

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.