Update WPCT REST CE Landing API authored by Pau Pulido's avatar Pau Pulido
...@@ -37,42 +37,7 @@ Retorna la informació de tots els posts de les comunitats energètiques. Si afe ...@@ -37,42 +37,7 @@ Retorna la informació de tots els posts de les comunitats energètiques. Si afe
"permalink_template": "https:\/\/somcomunitats.coop\/rest-ce-landing\/%pagename%\/", "permalink_template": "https:\/\/somcomunitats.coop\/rest-ce-landing\/%pagename%\/",
"generated_slug": "test-desde-bash", "generated_slug": "test-desde-bash",
"odoo_company_id": "5", "odoo_company_id": "5",
"_links": { "_links": {}
"self": [{
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/rest-ce-landing\/1713"
}],
"collection": [{
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/rest-ce-landing"
}],
"about": [{
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/types\/rest-ce-landing"
}],
"author": [{
"embeddable": true,
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/users\/5"
}],
"replies": [{
"embeddable": true,
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/comments?post=1713"
}],
"wp:attachment": [{
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/media?parent=1713"
}],
"wp:action-publish": [{
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/rest-ce-landing\/1713"
}],
"wp:action-unfiltered-html": [{
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/rest-ce-landing\/1713"
}],
"wp:action-assign-author": [{
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/rest-ce-landing\/1713"
}],
"curies": [{
"name": "wp",
"href": "https:\/\/api.w.org\/{rel}",
"templated": true
}]
}
} }
...@@ -152,42 +117,7 @@ Authorization:Bearer $token ...@@ -152,42 +117,7 @@ Authorization:Bearer $token
"permalink_template": "https:\/\/somcomunitats.coop\/rest-ce-landing\/%pagename%\/", "permalink_template": "https:\/\/somcomunitats.coop\/rest-ce-landing\/%pagename%\/",
"generated_slug": "test-desde-bash", "generated_slug": "test-desde-bash",
"odoo_company_id": "5", "odoo_company_id": "5",
"_links": { "_links": {}
"self": [{
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/rest-ce-landing\/1713"
}],
"collection": [{
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/rest-ce-landing"
}],
"about": [{
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/types\/rest-ce-landing"
}],
"author": [{
"embeddable": true,
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/users\/5"
}],
"replies": [{
"embeddable": true,
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/comments?post=1713"
}],
"wp:attachment": [{
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/media?parent=1713"
}],
"wp:action-publish": [{
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/rest-ce-landing\/1713"
}],
"wp:action-unfiltered-html": [{
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/rest-ce-landing\/1713"
}],
"wp:action-assign-author": [{
"href": "https:\/\/somcomunitats.coop\/wp-json\/wp\/v2\/rest-ce-landing\/1713"
}],
"curies": [{
"name": "wp",
"href": "https:\/\/api.w.org\/{rel}",
"templated": true
}]
}
} }
``` ```
... ...
......