-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update? #3
Comments
Just haven't gotten around to it tbh! It's not difficult to do - if you fancy doing it, feel free to open a PR 😉 |
You going to share steps of how you've generated this? 😛 |
@Sherlouk i'm guessing you could just watch the api calls with WireShark (or similar) as a proxy? |
I'm assuming JB isn't manually checking every single API call and grouping them up manually. He values his time far more than that. I have the decompiled code and there's a bit of a structure to it ( |
Yeah I always just ran a regex against the decompiled Android app: https://github.com/billinghamj/monzo-api/blob/master/service-header-regex |
Will see if I can figure out how to run that bad boy 😛 |
Sorry, I wasn't concentrating properly! That is just for restructuring the table. This is a rough regex for actually finding the cases in the output: |
Any plans to update this with the latest APIs? 👀
Would be interesting to see what's powering a lot of the plus stuff (connected accounts, virtual cards, etc)
The text was updated successfully, but these errors were encountered: