Angelo Stavrow
|
092861fd54
|
Refactor updatePost() to use template request
|
2021-05-13 16:42:49 -04:00 |
Angelo Stavrow
|
53fb9e1198
|
Refactor createPost() to use template request
|
2021-05-13 16:37:00 -04:00 |
Angelo Stavrow
|
1fab66989a
|
Refactor unpinPost() to use template request
|
2021-05-13 16:32:11 -04:00 |
Angelo Stavrow
|
4053280b36
|
Refactor pinPost() to use template request
|
2021-05-13 16:24:45 -04:00 |
Angelo Stavrow
|
cbf5559e5b
|
Refactor movePost() to use template request
|
2021-05-13 16:16:10 -04:00 |
Angelo Stavrow
|
e5fb80bba6
|
Refactor createCollection() to use template request
|
2021-05-13 16:13:07 -04:00 |
Angelo Stavrow
|
e7b3d1aaa0
|
Refactor login() to use template request
|
2021-05-13 16:04:44 -04:00 |
Angelo Stavrow
|
0cdfbc4d33
|
Refactor deletePost() to use template request
|
2021-05-11 16:49:30 -04:00 |
Angelo Stavrow
|
013207a140
|
Refactor deleteCollection() to use template request
|
2021-05-11 16:43:43 -04:00 |
Angelo Stavrow
|
50bb2072fa
|
Refactor logout() to use template request
|
2021-05-11 16:32:03 -04:00 |
Angelo Stavrow
|
0c0f76b31b
|
Refactor getUserCollections() to use template request
|
2021-05-11 16:21:01 -04:00 |
Angelo Stavrow
|
235eb9d77a
|
Refactor getUserData() to use template request
|
2021-05-11 16:15:28 -04:00 |
Angelo Stavrow
|
5e6a34512e
|
Refactor getPost(from:) to use template request
|
2021-05-11 16:07:53 -04:00 |
Angelo Stavrow
|
4948649198
|
Refactor getPost() to use template request
|
2021-05-11 15:59:16 -04:00 |
Angelo Stavrow
|
dc2f146ac5
|
Refactor getPosts() to use template request
|
2021-05-11 15:53:07 -04:00 |
Angelo Stavrow
|
f886886ade
|
Refactor getCollection() to use template request
|
2021-05-06 16:54:12 -04:00 |
Angelo Stavrow
|
ff857f70d6
|
Use URLSessionProtocol instead of URLSession.shared in WFClient
|
2021-05-06 16:48:30 -04:00 |
Angelo Stavrow
|
0c4893268f
|
Add URLSession-related protocols to WFClient
|
2021-05-06 15:47:05 -04:00 |
Angelo Stavrow
|
208786dd3c
|
Move private helper structs out of WFClient file
|
2021-05-04 16:07:50 -04:00 |
Angelo Stavrow
|
43271316d5
|
Fail early if collectionAlias is nil and modifyToken is not nil
|
2020-10-08 16:58:57 -04:00 |
Angelo Stavrow
|
6e94615d82
|
Set bodyObject based on collectionAlias
|
2020-10-08 16:13:08 -04:00 |
Angelo Stavrow
|
3eeb9a9e9b
|
Set request URL to /posts/disperse if collectionAlias is nil
|
2020-10-08 15:47:39 -04:00 |
Angelo Stavrow
|
a671f83d37
|
Add an unknown error case to return if we can't generate a WFError
|
2020-10-06 16:01:05 -04:00 |
Angelo Stavrow
|
67bf664d49
|
Rename Collection to WFCollection
|
2020-08-17 10:47:30 -04:00 |
Angelo Stavrow
|
2a4ec91a94
|
Rename Post to WFPost
|
2020-08-17 10:47:30 -04:00 |
Angelo Stavrow
|
f30c0fbda5
|
Rename User to WFUser
|
2020-08-17 10:47:30 -04:00 |
Angelo Stavrow
|
5dfe6c7077
|
Rename WriteFreelyError to WFError
|
2020-08-17 10:47:30 -04:00 |
Angelo Stavrow
|
6b54f2980c
|
Rename WriteFreelyClient to WFClient
|
2020-08-17 10:47:30 -04:00 |