Commit graph

62 commits

Author SHA1 Message Date
Serraniel 55e3046d0d
Merge branch 'main' of https://github.com/Serraniel/japanese-pokemon-cards-sdk-csharp 2023-07-26 14:04:02 +02:00
Serraniel 3dc3e4dac5
Updates dependencies 2023-07-26 14:03:45 +02:00
Daniel 8a064ac7c0
Create codeql.yml 2023-04-01 11:23:21 +02:00
Serraniel 6102956a4a
Updates nuget references 2023-03-24 18:20:15 +01:00
Serraniel 272456e2af
Increments version to 0.1.1-beta 2023-03-24 18:18:06 +01:00
Serraniel 15895944c2
Updates documentation 2023-03-24 18:16:25 +01:00
Serraniel 6badbebc12
Fixes some documentation issues 2023-03-24 18:14:13 +01:00
Daniel b62c04bbb5
Merge pull request #2 from Serraniel/bugfix/#1-parsing-failes-due-to-price-ifnromation-scheme-changes
Bugfix/#1 parsing failes due to price ifnromation scheme changes
2023-03-24 18:12:40 +01:00
Serraniel 8e1e668e68
#1 Removes old unused custom price converter 2023-03-24 18:11:26 +01:00
Serraniel a1f10da3d9
#1 Introduces additional customdatetimeconverter
Required to parse the given datetime format
2023-03-24 18:10:23 +01:00
Serraniel 1d40a88efb
#1 Updates CardPrice Json Property names and removes CardPriceConverter attribute in Card 2023-03-24 17:39:15 +01:00
Daniel 4c355e42ec
Update README.md 2023-03-03 19:28:34 +01:00
Serraniel 40f398e84f
Adds shields into Readme 2023-03-03 19:17:00 +01:00
Serraniel 354527e1f4
Updates Readme 2023-03-03 19:16:12 +01:00
Serraniel a53ae6e727
Completes the documentation files 2023-03-03 19:16:05 +01:00
Serraniel 36e9a0d87f
Updates version number 2023-03-03 18:52:36 +01:00
Serraniel c5a161adbf
Adds Default Documentation package for markdown documentation files. 2023-03-03 17:52:23 +01:00
Serraniel 60b259b33d
Adds documentation with correct name 2023-03-03 17:51:58 +01:00
Serraniel 6ccaab2ed4
Adds documentation text for the SDK. 2023-03-03 17:49:56 +01:00
Serraniel 33c96b9375
Applies correct JsonConverter name to existing code after 2182af4f26 2023-03-03 15:42:52 +01:00
Serraniel 2182af4f26
Renames CardPriceConverter to CardPricesJsonConverter 2023-03-03 15:41:12 +01:00
Serraniel 0886230dda
Fixes parsing for datetime in CardPrice JsonConverter 2023-03-03 15:40:25 +01:00
Serraniel 719b8f0128
Fixes empty listing URL 2023-03-03 15:26:01 +01:00
Serraniel 6fd5987d64
Adds basic tests for card prices 2023-03-03 15:24:06 +01:00
Serraniel 51f530687f
Adds price data enumerable to the card API object 2023-03-03 15:23:55 +01:00
Serraniel 530bbda1b2
Adds a JsonConverter to parse the special JSONN format of the card price information 2023-03-03 15:23:36 +01:00
Serraniel 054e72cc33
Extends the card price class by additional information provided by the API
In particular Seller, condition and version
2023-03-03 15:23:12 +01:00
Serraniel 397c3c95d9
Adds a CardPrice class 2023-03-03 13:53:16 +01:00
Serraniel 6685692030
Fixes projects settings 2023-03-01 22:43:30 +01:00
Serraniel ae563bd273
Removes forgotten unit 2023-03-01 22:06:49 +01:00
Serraniel ac578a2ad6
Reorganizes project structure 2023-03-01 22:06:38 +01:00
Serraniel cc766f5d26
Updates nuget packages 2023-03-01 21:54:57 +01:00
Serraniel 2213dd30b5
Adds simple test to fetch cards 2023-03-01 21:48:01 +01:00
Serraniel 83b5cda902
Fixes some formatting and properties 2023-03-01 21:47:42 +01:00
Serraniel 3036d0dda0
Removes obsolete endpoint and response logics 2023-03-01 21:47:26 +01:00
Serraniel 62a4ac5c4b
Adds new JsonConverter for special ints which can have "none" as value, too. 2023-03-01 21:44:13 +01:00
Serraniel b6ff5f86a6
Adds methods to fetch cards 2023-03-01 21:17:08 +01:00
Serraniel e6c7cdf9b4
Improves apiclient internal code 2023-03-01 19:10:16 +01:00
Serraniel 80219867df
Fixes an exception caused by null values in query filter builder 2023-03-01 17:30:00 +01:00
Serraniel d55b6eea02
Reorganizes test classes and adds simple test for queryfilterbuilder 2023-03-01 17:29:39 +01:00
Serraniel 70159b11ba
Refactored QueryFilter to QueryFilterBuilder 2023-03-01 17:26:54 +01:00
Serraniel 742d90bb98
Refactors queryfilter name attribute 2023-03-01 17:14:43 +01:00
Serraniel 028bfeb776
Adds query filter implementations 2023-03-01 17:11:37 +01:00
Serraniel 863f708ed1
Starts simplifying code interfaces to fetch sets 2023-03-01 16:33:54 +01:00
Serraniel 48209a130b
Refactors API fetching for tests and fixes a typo 2023-03-01 12:52:30 +01:00
Serraniel 0379b9e6f6
Updates testing dependencies 2023-02-28 14:07:04 +01:00
Serraniel 3986239ca4
Temporarily removed vsxmd due to issues during compiling 2023-02-28 14:02:39 +01:00
Serraniel adc051ff48
Fixes HasNextPage default implementation in older compiler versions 2023-02-28 13:45:17 +01:00
Serraniel 4d3a8002a8
Fixes a random missing bracket in SetEndpoint 2023-02-28 13:00:02 +01:00
Serraniel c69cd29add
Merge branch 'main' of https://github.com/Serraniel/japanese-pokemon-cards-sdk-csharp into main 2023-02-28 12:50:53 +01:00