This command:
curl --header "authorization: Basic cmVzdGFkbWluOnJlc3RwYXNz"
http://localhost:8001/3.0/addresses
Returns this data:
{"entries": [{"http_etag": "\"3045a243ea206ca6e112269f4c0ce8c4a66a92bf\"",
"registered_on": "2015-02-19T03:52:55.460036", "display_name": "Server Owner",
"self_li
I can create an address that is not linked to a user by
1: creating a user with an address
2: unlinking the address from the user
Is there a more direct route to creating an address via REST?
I thought there was a POST /addresses method but I can’t seem to see it now -
maybe it was never there
Is this command meant to create the email address [email protected] , create a
user and link them?
POST http://localhost:8001/3.0/addresses/[email protected]/user
It returns 404
this bit of code in rest/addresses.py appears to be what is being executed and
seems to be returning a 404 if the addr
I started writing tests to improve the coverage for postorius and I ran
into few problems which I couldn't solve for past few days. I added few new
test cases and re-ran tox. It seems somehow none of the tests ran although
the tox output says "ran 11 tests in 72.332s, failures = 3"
Here is the lin
Thanks all! I've put up stuff for the ideas I could describe well
enough off the top of my head.
Also, mentors, I've listed a few likely key people beside each project
idea, but some of them are just a generic "anyone can help with this" --
if any of these particularly interests you, please p