Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(return-api): Refactor return api #16

Merged
merged 1 commit into from
Mar 11, 2023
Merged

Conversation

erenalpaslan
Copy link
Collaborator

No description provided.

@erenalpaslan erenalpaslan merged commit cc7e531 into develop Mar 11, 2023
@erenalpaslan erenalpaslan deleted the feature/return-api branch March 11, 2023 12:49
erenalpaslan added a commit that referenced this pull request Mar 13, 2023
* Feature/api-client (#1)

* feat(api-client): Create medusa api class and refactor api classes

* feat(api-client): Adds base request classes and updates AuthApi

* feat(cart-api): Refactor carts api (#2)

* feat(collection-api): Refactor collection api (#3)

* feat(customer-api): Refactor customers api (#4)

* feat(invite-api): Refactor invite api (#5)

* Feature/gift card api (#6)

* feat(gift-card-api): Refactor gift cards api

* fix(gift-card-api): Corrects path

* feat(order-api): Refactor orders api (#7)

* Feature/order api (#8)

* feat(order-api): Refactor orders api

* fix(order-api): Optimize imports

* feat(order-edit-api): Refactor order edits api (#9)

* feat(payment-collection-api): Refactor payment collection api (#10)

* feat(product-api): Refactor product api (#11)

* feat(product-category-api): Refactor product category api (#12)

* feat(product-tags-api): Refactor product tags api (#13)

* feat(return-reason-api): Refactor return reason api (#14)

* feat(shipping-options-api): Refactor shipping options api (#15)

* feat(return-api): Refactor return api (#16)

* feat(swap-api): Refactor swap api (#17)

* feat(product-type-api): Refactor product type api (#18)

* feat(product-variant-api): Refactor product variant api (#19)

* feat(region-api): Refactor region api (#20)

* feat(invite-api): Refactor invite api (#21)

* feat(pipeline): Implement github actions flow and update pom (#22)

* Feature/pipeline (#23)

* feat(pipeline): Implement github actions flow and update pom

* fix!(pipeline): Remove prerequisites from pom

* Feature/pipeline (#24)

* feat(pipeline): Implement github actions flow and update pom

* fix!(pipeline): Remove prerequisites from pom

* fix!: Test issues

* Feature/pipeline (#25)

* feat(pipeline): Implement github actions flow and update pom

* fix!(pipeline): Remove prerequisites from pom

* fix!: Test issues

* -Fix javadoc
erenalpaslan added a commit that referenced this pull request Apr 20, 2023
* Feature/api-client (#1)

* feat(api-client): Create medusa api class and refactor api classes

* feat(api-client): Adds base request classes and updates AuthApi

* feat(cart-api): Refactor carts api (#2)

* feat(collection-api): Refactor collection api (#3)

* feat(customer-api): Refactor customers api (#4)

* feat(invite-api): Refactor invite api (#5)

* Feature/gift card api (#6)

* feat(gift-card-api): Refactor gift cards api

* fix(gift-card-api): Corrects path

* feat(order-api): Refactor orders api (#7)

* Feature/order api (#8)

* feat(order-api): Refactor orders api

* fix(order-api): Optimize imports

* feat(order-edit-api): Refactor order edits api (#9)

* feat(payment-collection-api): Refactor payment collection api (#10)

* feat(product-api): Refactor product api (#11)

* feat(product-category-api): Refactor product category api (#12)

* feat(product-tags-api): Refactor product tags api (#13)

* feat(return-reason-api): Refactor return reason api (#14)

* feat(shipping-options-api): Refactor shipping options api (#15)

* feat(return-api): Refactor return api (#16)

* feat(swap-api): Refactor swap api (#17)

* feat(product-type-api): Refactor product type api (#18)

* feat(product-variant-api): Refactor product variant api (#19)

* feat(region-api): Refactor region api (#20)

* feat(invite-api): Refactor invite api (#21)

* feat(pipeline): Implement github actions flow and update pom (#22)

* Feature/pipeline (#23)

* feat(pipeline): Implement github actions flow and update pom

* fix!(pipeline): Remove prerequisites from pom

* Feature/pipeline (#24)

* feat(pipeline): Implement github actions flow and update pom

* fix!(pipeline): Remove prerequisites from pom

* fix!: Test issues

* Feature/pipeline (#25)

* feat(pipeline): Implement github actions flow and update pom

* fix!(pipeline): Remove prerequisites from pom

* fix!: Test issues

* -Fix javadoc

* feat(medusa-api): Adds cookie session management

* build: Updates version to 1.0.1
erenalpaslan added a commit that referenced this pull request Jun 4, 2023
* Feature/api-client (#1)

* feat(api-client): Create medusa api class and refactor api classes

* feat(api-client): Adds base request classes and updates AuthApi

* feat(cart-api): Refactor carts api (#2)

* feat(collection-api): Refactor collection api (#3)

* feat(customer-api): Refactor customers api (#4)

* feat(invite-api): Refactor invite api (#5)

* Feature/gift card api (#6)

* feat(gift-card-api): Refactor gift cards api

* fix(gift-card-api): Corrects path

* feat(order-api): Refactor orders api (#7)

* Feature/order api (#8)

* feat(order-api): Refactor orders api

* fix(order-api): Optimize imports

* feat(order-edit-api): Refactor order edits api (#9)

* feat(payment-collection-api): Refactor payment collection api (#10)

* feat(product-api): Refactor product api (#11)

* feat(product-category-api): Refactor product category api (#12)

* feat(product-tags-api): Refactor product tags api (#13)

* feat(return-reason-api): Refactor return reason api (#14)

* feat(shipping-options-api): Refactor shipping options api (#15)

* feat(return-api): Refactor return api (#16)

* feat(swap-api): Refactor swap api (#17)

* feat(product-type-api): Refactor product type api (#18)

* feat(product-variant-api): Refactor product variant api (#19)

* feat(region-api): Refactor region api (#20)

* feat(invite-api): Refactor invite api (#21)

* feat(pipeline): Implement github actions flow and update pom (#22)

* Feature/pipeline (#23)

* feat(pipeline): Implement github actions flow and update pom

* fix!(pipeline): Remove prerequisites from pom

* Feature/pipeline (#24)

* feat(pipeline): Implement github actions flow and update pom

* fix!(pipeline): Remove prerequisites from pom

* fix!: Test issues

* Feature/pipeline (#25)

* feat(pipeline): Implement github actions flow and update pom

* fix!(pipeline): Remove prerequisites from pom

* fix!: Test issues

* -Fix javadoc

* feat(medusa-api): Adds cookie session management

* build: Updates version to 1.0.1

* fix!: TypeReference issue for generic type

* fix!: Init client sdk for productCategoryApi
erenalpaslan added a commit that referenced this pull request Jun 4, 2023
* Feature/api-client (#1)

* feat(api-client): Create medusa api class and refactor api classes

* feat(api-client): Adds base request classes and updates AuthApi

* feat(cart-api): Refactor carts api (#2)

* feat(collection-api): Refactor collection api (#3)

* feat(customer-api): Refactor customers api (#4)

* feat(invite-api): Refactor invite api (#5)

* Feature/gift card api (#6)

* feat(gift-card-api): Refactor gift cards api

* fix(gift-card-api): Corrects path

* feat(order-api): Refactor orders api (#7)

* Feature/order api (#8)

* feat(order-api): Refactor orders api

* fix(order-api): Optimize imports

* feat(order-edit-api): Refactor order edits api (#9)

* feat(payment-collection-api): Refactor payment collection api (#10)

* feat(product-api): Refactor product api (#11)

* feat(product-category-api): Refactor product category api (#12)

* feat(product-tags-api): Refactor product tags api (#13)

* feat(return-reason-api): Refactor return reason api (#14)

* feat(shipping-options-api): Refactor shipping options api (#15)

* feat(return-api): Refactor return api (#16)

* feat(swap-api): Refactor swap api (#17)

* feat(product-type-api): Refactor product type api (#18)

* feat(product-variant-api): Refactor product variant api (#19)

* feat(region-api): Refactor region api (#20)

* feat(invite-api): Refactor invite api (#21)

* feat(pipeline): Implement github actions flow and update pom (#22)

* Feature/pipeline (#23)

* feat(pipeline): Implement github actions flow and update pom

* fix!(pipeline): Remove prerequisites from pom

* Feature/pipeline (#24)

* feat(pipeline): Implement github actions flow and update pom

* fix!(pipeline): Remove prerequisites from pom

* fix!: Test issues

* Feature/pipeline (#25)

* feat(pipeline): Implement github actions flow and update pom

* fix!(pipeline): Remove prerequisites from pom

* fix!: Test issues

* -Fix javadoc

* feat(medusa-api): Adds cookie session management

* build: Updates version to 1.0.1

* fix!: TypeReference issue for generic type

* fix!: Init client sdk for productCategoryApi

* fix!: Unspecified type issue

* release: Update version 1.0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant