Skip to content

Separate sync and async function and mapping the response to python object for Category API #5

@Keda87

Description

@Keda87

We already implemented mapping from product API response to python object also separate the sync and async function.

We need to do the same thing in Category API, like this.

from pygramed import PyGramedia

obj = PyGramedia()
obj.category.retrieve()
obj.category.retrieve_async()

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions