Questions tagged [atompub]

AtomPub is a protocol for the exchange of Atom documents. It is based on and extends the Atom Syndication Format. It is widely held to follow the Representational State Transfer architectural style.

The Atom Publishing Protocol (AtomPub) is an application-level protocol for publishing and editing Web resources. The protocol is based on HTTP transfer of Atom-formatted representations. The Atom format is documented in the Atom Syndication Format.

33 questions
0
votes
1 answer

Building REST web services with nested collections + collections inside entries

I would like to build a REST webservice that would provide : nested collections, collections inside entries. Nesting collections would be used to refine a concept from general to particular, for example…
Grégoire C
  • 1,361
  • 1
  • 13
  • 32
0
votes
1 answer

Wordpress: Timezone issue of published field (Atom Publishing Protocol Plugin)

When I post an entry via Atompub API using WordPress Atom Publishing Protocol Plugin (also previous wp-app.php), if the entry includes non-GMT time value as published field like this:
kaorukobo
  • 2,223
  • 2
  • 22
  • 29
0
votes
1 answer

Allow images in AtomPub ASPNET Web Api Server

I'm trying to create an Atompub service with ASP.NET WEB API, all it's ok but when I try to post any image from Windows Live Writer I get an error "The blog doesn't allow the image load" I'm reading the ietf doc. My services controller code: public…
user1229323
1 2
3