Coder Social home page Coder Social logo

api-definitions's People

Contributors

2e3s avatar adamaltman avatar ashkarpetin avatar colinbird avatar danio1024 avatar dara123 avatar dependabot[bot] avatar i-yasko avatar iamdevice avatar justnero avatar jvc9109 avatar lexerom avatar lucasxciv avatar mclassic avatar mehicalen avatar mikerebilly avatar n-fasano avatar nanobash avatar ninjasimon avatar noon-dawg avatar rebilly-machine-user avatar slavcodev avatar subenson avatar swilczynski avatar viceromag avatar vladimirrebilly avatar vykhrystiuk avatar weetbix avatar wmdmgv avatar xaossintez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

api-definitions's Issues

fix nullable usage

A true value adds "null" to the allowed type specified by the type keyword, only if type is explicitly defined within the same Schema Object. Other Schema Object constraints retain their defined behavior, and therefore may disallow the use of null as a value. A false value leaves the specified or default type unmodified. The default value is false.

We tend to use nullable with allOf and not on a typed Schema Object.

nullable: true
allOf:
  - $ref: ./foo.yaml

This is incorrect.

Question - Redoc - "Try it" option

Hi,

I'm looking at your current API documentation, where you are using Redocly. I really like how you organised and customized it. It is very helpful for my own setup.

I wonder how you are able to add and use the "Try It" option?
What configuration option did you use?

Another question is how do you publish the online documentation?
I guess you are using the "redoc-cli" to generate the HMTL page?

Hoping to find some insights from your experience.

Regards,
Tim

Checkout forms API definitions

  • GetCheckoutFormCollection
  • GetCheckoutForm
  • PostCheckoutForm
  • PutCheckoutForm
  • DeleteCheckoutForm
  • StorefrontGetCheckoutForm

Remove mentions of the FeeDetails scheme

Update the API docs to remove mentions of the FeeDetails scheme.

The fee object contains the name property for buy-fee, sell-fee transactions riskReserve that contains releaseTime property for risk-reserve transactions. There is no feeDetails scheme, we should remove it from the docs.

Feature Suggestion: Add "expand" Parameter to refund method

We propose adding an "expand" parameter to the refund method. This improvement, would allow users to specify additional resources to include in the response, reducing the number of requests needed to update information after a transaction refund.

Example Usage
$newTransaction = $coreService->transactions()->refund(id: 1, expand: 'invoices,parentTransaction');

Update 'cashier' to 'deposit'

This task is to update the terminology for cashier and cashier strategies to deposit and deposit strategies.

Example:

  • hosted cashiers -> hosted deposit forms
  • cashier strategies -> deposit strategies

Context

The term cashier may be confusing because the form is used to make deposits and not to withdraw. Also, when generating a hosted cashier URL for a customer, the option in the UI is called Request deposit.

Fix x-webhooks eventType fields

The eventType field for each webhook in the definitions lists every possible eventType when it actually only returns a single relevant event type as a string. This can be fixed quickly and easily.

Clean up API definitions

Details

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.