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

Solved problems with php data types: #47

Open
wants to merge 39 commits into
base: master
Choose a base branch
from

Commits on Jan 29, 2019

  1. Solved problems with php data types:

    methods.json:
    
    method "updateInventory", param "products":
    	changed type since stringJSON isn't a valid PHP data type, which makes the validations fail
    
    RequestValidator:
    	Now changing $type to float if float is expected and int is given, since PHP converts floats with no decimals to integers. Here is an 	example:
    		-> If you provided the price 19.95 that worked
    		-> If you provided the price 20.00 that didn't work
    hmalicha committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    8095c1a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    91a0f92 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Configuration menu
    Copy the full SHA
    db4e02f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    a269346 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Update composer.json

    hmalicha committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    6f7aea1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. added necessary param

    hmalicha committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    879d48e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5727cc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. added missing fields

    hmalicha committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    b46d610 View commit details
    Browse the repository at this point in the history
  2. fixed

    hmalicha committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    fecac59 View commit details
    Browse the repository at this point in the history
  3. possible fix

    hmalicha committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    f96678d View commit details
    Browse the repository at this point in the history
  4. .

    hmalicha committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    bcad6db View commit details
    Browse the repository at this point in the history
  5. added missing enum value

    hmalicha committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    ef66461 View commit details
    Browse the repository at this point in the history
  6. .

    hmalicha committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    bab4cef View commit details
    Browse the repository at this point in the history
  7. reverted changes

    hmalicha committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    ee23562 View commit details
    Browse the repository at this point in the history
  8. Changed some entries from array to string, because the oauth lib can'…

    …t handle arrays properly
    hmalicha committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    47f753f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. updated enum

    hmalicha committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    c531a50 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. added missing params

    hmalicha committed May 6, 2019
    Configuration menu
    Copy the full SHA
    7e2b439 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. no message

    hmalicha committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    156ee85 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Update composer.json

    updated version
    hmalicha committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    969bd0a View commit details
    Browse the repository at this point in the history
  2. testoutput

    hmalicha committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    183a424 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c97ba4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69c7f7f View commit details
    Browse the repository at this point in the history
  5. Update composer.json

    releasing testversion
    hmalicha committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    c17583a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    a0ac9ee View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Configuration menu
    Copy the full SHA
    8d86d4b View commit details
    Browse the repository at this point in the history
  2. release 0.13.4

    8bitseppel committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    c171889 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Configuration menu
    Copy the full SHA
    5847bbf View commit details
    Browse the repository at this point in the history
  2. RELEASE 0.13.5

    8bitseppel committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    f900a97 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    14ccd81 View commit details
    Browse the repository at this point in the history
  2. RELEASE 0.13.6

    8bitseppel committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    742f25b View commit details
    Browse the repository at this point in the history
  3. updated method json

    8bitseppel committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    b242057 View commit details
    Browse the repository at this point in the history
  4. updated method.json

    8bitseppel committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    e41940e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Configuration menu
    Copy the full SHA
    eba896a View commit details
    Browse the repository at this point in the history
  2. Updated version

    hmalicha committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    0565c5d View commit details
    Browse the repository at this point in the history
  3. Update composer.json

    hmalicha committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    facb4de View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. added new enum values

    hmalicha committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    da1b8cb View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. fixed

    hmalicha committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    0f7e433 View commit details
    Browse the repository at this point in the history
  2. updated version

    hmalicha committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    d8c47d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    14935a4 View commit details
    Browse the repository at this point in the history