mirror of
https://wiilab.wiimart.org/wiimart/WiiSOAP
synced 2025-09-05 21:11:02 +02:00

This is an extraordinarily large commit, and in hindsight would have benefitied from being written separately. To summarise: - Converts namespace URI parsing to a regex, instead of convoluted string logic - Removes per-request XML structures in favor of normalised XPath queries - Moves common variables for all requests to a k/v map of their name and contents, in order to reduce function parameter count - Changes the name of the ECS action "NotifiedETicketsSynced" to its hardcoded (tenseless) name, "NotifyETicketsSynced" - Improved properly reporting errors to the end user in areas
9 lines
137 B
Modula-2
9 lines
137 B
Modula-2
module github.com/morenatsu-net/WiiSOAP
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/antchfx/xmlquery v1.2.4
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
)
|