agisboye / app-store-server-api

A Node.js client for the App Store Server API
MIT License
210 stars 32 forks source link

Add all (or more) types as default exports #6

Closed biancadanforth closed 2 years ago

biancadanforth commented 2 years ago

Firstly, thank you very much for creating this API client library.

One issue I encountered when using the library is that not every type that our code uses is part of the default exports in src/index.ts.

In particular, we are currently using or plan to use the following types which are not part of the library's default exports:

And in general, others that could be useful that are not default exported:

Can these types be added to the default exports in src/index.ts? I plan to open a PR to this effect shortly for your consideration.

agisboye commented 2 years ago

Thanks for the PR! I've merged it and tagged it as v0.3.0.