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

Update? #3

Open
Sherlouk opened this issue Jun 20, 2021 · 7 comments
Open

Update? #3

Sherlouk opened this issue Jun 20, 2021 · 7 comments

Comments

@Sherlouk
Copy link

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)

@billinghamj
Copy link
Owner

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 😉

@Sherlouk
Copy link
Author

You going to share steps of how you've generated this? 😛

@ganey
Copy link

ganey commented Jun 22, 2021

@Sherlouk i'm guessing you could just watch the api calls with WireShark (or similar) as a proxy?

@Sherlouk
Copy link
Author

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 (@GET etc) so I assume you have a find command you use or something.

@billinghamj
Copy link
Owner

Yeah I always just ran a regex against the decompiled Android app:

https://github.com/billinghamj/monzo-api/blob/master/service-header-regex

@Sherlouk
Copy link
Author

Will see if I can figure out how to run that bad boy 😛

@billinghamj
Copy link
Owner

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: ^\s*@([A-Z]{3,6})\("/?([^"]+)"\)$

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

No branches or pull requests

3 participants