Addison Brickey
Addison Brickey
cc: @joshdholtz this builds on what you were doing in your efforts the last couple of months. It does not use any generators.
Since this isn't getting traction here yet, I am open to accepting prs into my fork to keep adding to this pr.
Hi @bouillonpi, that is not. class in this PR. Apple has split the concept of subscriptions and one times. They are now separate objects, Subscription and In-App Purchase. They share...
Just a note, I am working on implementing a lot of basic create, update and delete calls for the subscription and one time purchases and all their related metadata. I...
I have opened the preliminary PR introducing a lot of the basic create and manage calls https://github.com/fastlane/fastlane/pull/20996
@mofish9 use the branch from my pr. It has implemented most of the creation and management calls for subscriptions and in-app purchases. https://github.com/fastlane/fastlane/pull/20996
@laughingsir You do not need to compile this. Please look up the concept of ruby gems to understand how to use this. As far as I am aware we do...
One of my stylesheets is an `.erb` which can't change. Sad times
@hexgnu @dsandstrom Just a heads up I added the email endpoint in a fork and opened a PR on @dsandstrom fork. https://github.com/dsandstrom/linkedin/pull/1. My company needs it for our auth flow.
@hexgnu @dsandstrom I ended up adding a little more to my pr it now includes the additions: * Default fields to the `/me` endpoint, which are now required by LinkedIn...