Atom API
3 years ago
Does the Atom API for creating an entry require a normal Atom entry submitted, or a 43Things entry object? In the latter case, I assume there are some minimal fields? An example would be nice…
Does the Atom API for creating an entry require a normal Atom entry submitted, or a 43Things entry object? In the latter case, I assume there are some minimal fields? An example would be nice…
I’ve noticed that some methods (e.g. get_goals_entries) return xml which contains undeclared prefixes (dc). The dc prefix needs to be declared as being from the Dublin Core namespace in the XML, or this will throw an error in a lot of parsers.