Quantcast
Channel: Active questions tagged atompub - Stack Overflow
Browsing all 30 articles
Browse latest View live
↧

How to extract value from AtomPub XML HTTP response in Javascript (for Google...

I am calling the Google Apps Admin Settings API from a Google Apps Script script (Javascript) to retrieve the maximum number of users in our Google Apps domain. A successful GET request returns the...

View Article


What does a consumer of a RESTful events atom feed have to remember?

I am researching Atom feeds as a way of distributing event data as part of our organisation's internal REST APIs. I can control the feeds and ensure:there is a "head" feed containing time-ordered...

View Article


"CmisObjectNotFoundException" when uploading a file to Alfresco

this is my scenario:I'm trying to upload a file on an Alfresco (version 4.2.0 Community) using DotCMIS 0.6.This is my code:Dictionary<string, object> properties = new Dictionary<string,...

View Article

How to use Abdera atom client to send content and attachment

We are using Abdera to interact with the IBM Connections API, but our problem is mostly related to Abdera itself.I think there is a bug in Abdera that does not allow you send an Entry that contains...

View Article

Live feeds via Atom protocol

I have to create a consumer that consumes feeds from an Atom service. The feeds should be consumed as and when anything is published on the atom server. Currently I am using camel-atom protocol which...

View Article


Create custom OData previouslink in WebAPI

I have a WebApi OData API.I want to perform some pagination. I have managed to fill the nextlink since it exists in OData.public IQueryable<Product> Get(int min=0,int max=0) {...

View Article

Java framework for ATOM pub server [closed]

What Java framework/libs should I use in 2017 for implementing ATOM pub server. Our technology stack on existing apps are Spring Framework (Spring Boot) and Java 7, so I preferr an framework that works...

View Article

curl query to check out a document using CMIS

I am trying to checkout a document using the REST-based CMIS protocol, but I get an error from the server (Alfresco).Am I misusing curl?Or am I missing something in my request? curl --user admin:admin...

View Article


Does consuming an Atom feed require AtomPub?

I would like to create a simple endpoint which generates an Atom 1.0 or RSS 2.0 feed.My understanding is that as long as the output is valid Atom or RSS XML, browsers and feed readers should be able to...

View Article


Eventstore HTTP API, Subscription response with unexpected content type

i am using the eventstore http api to get events from an persistent subscription. It works, but the response give me an xml structure instead of json. Can anyone tell me what's wrong with my...

View Article
Browsing all 30 articles
Browse latest View live