Giter Club home page Giter Club logo

Comments (2)

hailwood avatar hailwood commented on August 20, 2024

I love the idea of injecting just a ContactApi etc.

As a potential solution that could satisfy both camps, could the API also generate an AccountingApi class that just had methods to return an instance of each of the apis?

Then you can choose to inject the individual apis, or inject the AccountingApi and call $accountingApi->contacts()->getContacts(....) etc? With the contacts method simply returning an instance of the ContactApi created with the Guzzle client and Xero Configuration class passed to the AccountingApi constructor?

I don't think we should group by scope as it then becomes a bit confusing to work out what we need to inject to access what.

from xero-openapi.

judgej avatar judgej commented on August 20, 2024

Each endpoint can have multiple tags, so accounting could group everything in the Accounting API, and then additional tags could group other collections of endpoints. I could imagine there would be some overlap. Being able to run a small client with a collection of related enpoints to perform a task that needs just those enpoints, I'm sure will be useful. Having a single client to span the full range of endpoints is also very useful for tasks that need it (e.g. we query bank accounts, transactions, invoices and clients all in one job - these things are all very closely related.

So I agree with @hailwood - a tag for everything, and tags for groups of related functions. When generating code, you can always choose one or the other (or both) by generating against chosen tags only.

The way the PHP clients are built, I think is very close to how the clients for other languages would be built, at least when they are generated through the https://github.com/OpenAPITools/openapi-generator tool. All the languages are given the same data structure to work from, and that colours the structure of the code that is generated.

The PHP code is quite long (an understatement) because of the way the templates build it "long-hand" with very few shared classes. Two points to note here: firstly PHP doesn't care much abut the length of these classes. Secondly it can be shortened somewhat with custom templates. The OpenAPI builder v5 makes it even easier to add your own custom support/utility classes in the generated code to reduce the size even more.

Just throwing my 2p into the ring.

from xero-openapi.

Related Issues (20)

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.