Skip to content

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

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()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions