Git Product home page Git Product logo

rnfplaceholder's People

Contributors

vittoriom avatar

Watchers

 avatar  avatar

rnfplaceholder's Issues

Write the parameter parsing component

It should be able to parse all the parameters of Endpoint, Operation (, Deserialization, ... ) configurations with the same shared logic (use of named parameters and parameters from the runtime call).

It should also be able to merge parameters of an operation with the ones from the endpoint.

Define a generic PlistConfigurationLoader for custom classes

e.g. dataDeserializer, responseValidator, dataSerializer and so on. For the plist case, it would be nice to define everything inline, specifying the class to instantiate and some parameters, that could be then forwarded to the class either through a dictionary, or through dynamic calling of a method

Write parameter merger component

The component should take a parameter key and merge the values of the operation configuration with the ones of the endpoint configuration, if any

Define Logger protocol

Contestually provide a concrete implementation and attach the behavior to the endpoint

Introduce a responseValidator component

The component should be responsible of validating a response, after it's been deserialized (but before the dataSerializer has kicked in).
For example it can check for specific HTTP codes, or inspecting the response to search for specific patterns (e.g. a JSON object containing "errors" array).

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.