Code Monkey home page Code Monkey logo

monzo-vapor's People

Contributors

sherlouk avatar

Stargazers

 avatar

Watchers

 avatar

monzo-vapor's Issues

Add support for `loadMore` on transactions request

Further improvement to #2

Given an array of transactions, a loadMore function should become available. It should assume there are no gaps, and get the newest entry and automatically do a .since(latest) request.

Minors

  • Not sure if Monzo API checks for duplicate webhooks, should probably add a check anyway
  • Should add a way to load all accounts at once (prepaid, and current)
  • Add a "get account by ID"

Refactor ISO8601 reference to RFC3339

I wasn't fully aware of the difference between these two standards of date, Monzo uses RFC3339 so references should be updated in-app to make sense.

Add support for upload attachments

https://monzo.com/docs/#attachments

Upload Attachment

  • User passes through Part which contains File Data and Headers
  • Headers contains file name (blabla.png), and file type (image/png)
  • Post to https://api.monzo.com/attachment/upload with that information
  • Obtain a upload_url and file_url for Amazon AWS
  • Post the original file data to the upload_url
  • On success we'll have a file_url pointing to an attachment

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.