File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2015, WooThemes (http ://www.woothemes .com/)
3
+ Copyright (c) 2015, WooThemes (https ://woocommerce .com/)
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ Methods
131
131
+--------------+----------------+------------------------------------------------------------------+
132
132
| Params | Type | Description |
133
133
+==============+================+==================================================================+
134
- | ``endpoint `` | ``string `` | Wordpress API endpoint, example: ``posts `` or ``user/12 `` |
134
+ | ``endpoint `` | ``string `` | API endpoint, example: ``posts `` or ``user/12 `` |
135
135
+--------------+----------------+------------------------------------------------------------------+
136
136
| ``data `` | ``dictionary `` | Data that will be converted to JSON |
137
137
+--------------+----------------+------------------------------------------------------------------+
Original file line number Diff line number Diff line change 27
27
description = "A Python wrapper for the Wordpress REST API" ,
28
28
long_description = README ,
29
29
author = "Claudio Sanches @ WooThemes" ,
30
- url = "https://github.com/woothemes /wc-api-python" ,
30
+ url = "https://github.com/woocommerce /wc-api-python" ,
31
31
license = "MIT License" ,
32
32
packages = [
33
33
"wordpress"
You can’t perform that action at this time.
0 commit comments