issues
search
findologic
/
findologic-api
Library for sending requests to the Findologic API
MIT License
1
stars
3
forks
source link
Fix namespace issues and some bugs
#3
Closed
howard
closed
6 years ago
howard
commented
6 years ago
Namespaces of the classes in
FINDOLOGIC\Request\Parameters\Types
were all wrong.
A regex pattern was broken.
The structure of the parameters used needlessly nested arrays that broke everything.
Added a very bare unit test just to run some code without having to create a dummy project to load the library.
FINDOLOGIC\Request\Parameters\Types
were all wrong.