Best of REST APIJune 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    API for Image Generation

    Generate images for social media and ecommerce using an API or #nocode tools. Templates can be edited and modified via API. Supports multiple languages and offers easy integration into existing platforms or apps.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    API Design: From Basics to Best Practices

    Learn about API design principles, understand different types of APIs, and discover best practices for creating efficient, secure, and easy-to-use interfaces.

  3. 3
    Video
    Avatar of nickchapsasNick Chapsas·2y

    Forget Controllers and Minimal APIs in .NET!

    Learn how to get started with building APIs in .NET using the alternative to controllers and minimal APIs called Fast End Points. Fast End Points is a developer-friendly alternative that nudges you towards the request and response pattern and offers better performance than controllers. Discover the basic registration process and how to implement endpoints for getting all movies, getting a single movie, and creating a movie.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    Orion for Laravel

    Orion for Laravel is a fully-featured REST API framework that simplifies the creation of REST APIs with Laravel. It provides easy-to-use controllers, utilizes standard Laravel features, and includes an SDK and OpenAPI specs.