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

Typed fields parameter #5

Closed
Granga opened this issue May 4, 2017 · 1 comment
Closed

Typed fields parameter #5

Granga opened this issue May 4, 2017 · 1 comment

Comments

@Granga
Copy link
Owner

Granga commented May 4, 2017

Etsy API allows specifying the exact entity fields to be retrieved.
https://www.etsy.com/developers/documentation/getting_started/resources

/v2/listings/active?fields=listing_id,title,price

  1. Let the fields parameter be typed and accept only the names of properties that exist in the entity
  2. If possible, predict the results type according to the properties listed in fields.
@Granga
Copy link
Owner Author

Granga commented Nov 19, 2022

No need to have this, V2 is being deprecated.

@Granga Granga closed this as completed Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant