jhonatansanchezp-meli / be_java_hisp_w26_g09

0 stars 0 forks source link

MELI Social API 🚀

The MELI Social API provides endpoints to interact with a Meli social network.

Description 📝

This API allows users to perform various actions on the MELI social network, such as creating posts, following other users, and viewing the content of their products.

Packages

The MELI Social API architecture is organized into several packages for better code modularity and maintainability. Below is a graphical representation of examples: Repository Repository

Endpoint Documentation 📋

Below are the available endpoints:

Sorting Types Description
name_asc Sorting by name in Ascending order
name_desc Sorting by name in Descending order
Sorting Types Description
name_asc Sorting by name in Ascending order
name_desc Sorting by name in Descending order
Sorting Types Description
date_asc Sorting by publication date in Ascending order
date_desc Sorting by publication date in Descending order

Postman Collection 📦

A Postman collection with request examples to test the MELI Social API services is included. The collection provides examples of all available operations.

To use the Postman collection, follow these steps:

  1. Download and install Postman.
  2. Import the Postman collection by clicking the "Import" button in the Postman UI and selecting the JSON file of the collection attached at src/main/resources/Bootcamp sprint 1.postman_collection.json. Collection url
  3. Once imported, you'll see all the endpoints and pre-defined requests ready to be executed.

Contributors 👥