Re: [fpc-pascal] OData and Office365 REST API support

2016-07-12 Thread Michael Van Canneyt
On Tue, 12 Jul 2016, Marco van de Voort wrote: In our previous episode, Michael Van Canneyt said: In our previous episode, Michael Van Canneyt said: PS. Maybe switching to git alone may make a checkout less painful, if we may believe some supporters... But that is the topic of a separate

Re: [fpc-pascal] OData and Office365 REST API support

2016-07-12 Thread Marco van de Voort
In our previous episode, Michael Van Canneyt said: > > In our previous episode, Michael Van Canneyt said: > > > >> PS. Maybe switching to git alone may make a checkout less painful, if we > >> may > >> believe some supporters... But that is the topic of a separate thread :-) > > > > Wrong

Re: [fpc-pascal] OData and Office365 REST API support

2016-07-12 Thread Michael Van Canneyt
On Tue, 12 Jul 2016, Marco van de Voort wrote: In our previous episode, Michael Van Canneyt said: PS. Maybe switching to git alone may make a checkout less painful, if we may believe some supporters... But that is the topic of a separate thread :-) Wrong problem, better eliminate the need

Re: [fpc-pascal] OData and Office365 REST API support

2016-07-12 Thread Marco van de Voort
In our previous episode, Michael Van Canneyt said: > PS. Maybe switching to git alone may make a checkout less painful, if we may > believe some supporters... But that is the topic of a separate thread :-) Wrong problem, better eliminate the need for repeated checkouts rather than optimize them.

Re: [fpc-pascal] OData and Office365 REST API support

2016-07-12 Thread Jonas Maebe
Michael Van Canneyt wrote: > PS. Maybe switching to git alone may make a checkout less painful, if we > may > believe some supporters... But that is the topic of a separate thread :-) ... and a separate list. Everyone, please continue all git-related remarks/discussion on the fpc-other list.

Re: [fpc-pascal] OData and Office365 REST API support

2016-07-11 Thread Graeme Geldenhuys
On 2016-07-11 20:31, Luiz Americo Pereira Camara wrote: > Regarding the checkout it would be slower than the svn checkout since git > retrieves all the revision history. Only if you want the full history - you have a choice. For example... git clone --depth 8

Re: [fpc-pascal] OData and Office365 REST API support

2016-07-11 Thread Sven Barth
Am 11.07.2016 20:31 schrieb "Michael Van Canneyt" : > > > > On Mon, 11 Jul 2016, Dmitry Boyarintsev wrote: > >> On Mon, Jul 11, 2016 at 1:05 PM, Michael Van Canneyt < mich...@freepascal.org >>> >>> wrote: >> >> >>> >>> googleapis also does not have an own repository ? >>>

Re: [fpc-pascal] OData and Office365 REST API support

2016-07-11 Thread Dmitry Boyarintsev
On Mon, Jul 11, 2016 at 5:12 PM, Michael Van Canneyt wrote: > I am VERY glad you asked this question. I had the same consideration when > creating it :-) :-) > [snip] > Got it. Thank you for clarification. ___ fpc-pascal

Re: [fpc-pascal] OData and Office365 REST API support

2016-07-11 Thread Michael Van Canneyt
On Mon, 11 Jul 2016, Dmitry Boyarintsev wrote: On Mon, Jul 11, 2016 at 2:32 PM, Michael Van Canneyt

Re: [fpc-pascal] OData and Office365 REST API support

2016-07-11 Thread Luiz Americo Pereira Camara
2016-07-11 16:23 GMT-03:00 Graeme Geldenhuys : > On 2016-07-11 19:32, Michael Van Canneyt wrote: > > Maybe switching to git alone may make a checkout less painful > > I have no doubts. ;-) > > Regarding the checkout it would be slower than the svn checkout since

Re: [fpc-pascal] OData and Office365 REST API support

2016-07-11 Thread Graeme Geldenhuys
On 2016-07-11 19:32, Michael Van Canneyt wrote: > Maybe switching to git alone may make a checkout less painful I have no doubts. ;-) Regards, Graeme ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] OData and Office365 REST API support

2016-07-11 Thread Dmitry Boyarintsev
On Mon, Jul 11, 2016 at 2:32 PM, Michael Van Canneyt wrote: > As such, I consider web APIs an essential part of the compiler (or indeed > any) toolchain. In fact I think FPC is woefully behind in this department... > Then I have API design question.Is it possible not to

Re: [fpc-pascal] OData and Office365 REST API support

2016-07-11 Thread Michael Van Canneyt
On Mon, 11 Jul 2016, Dmitry Boyarintsev wrote: On Mon, Jul 11, 2016 at 1:05 PM, Michael Van Canneyt

Re: [fpc-pascal] OData and Office365 REST API support

2016-07-11 Thread Dmitry Boyarintsev
On Mon, Jul 11, 2016 at 1:05 PM, Michael Van Canneyt wrote: > > googleapis also does not have an own repository ? > > They don't, but maybe they should. It's just taking more and more time to check out trunk. thanks, Dmitry

Re: [fpc-pascal] OData and Office365 REST API support

2016-07-11 Thread Michael Van Canneyt
On Mon, 11 Jul 2016, Dmitry Boyarintsev wrote: On Mon, Jul 11, 2016 at 10:50 AM, Michael Van Canneyt < mich...@freepascal.org> wrote: Long overdue, I have finally committed the initial version of the odata package in the FPC repository. Is it worth its own repository, similar to

Re: [fpc-pascal] OData and Office365 REST API support

2016-07-11 Thread Dmitry Boyarintsev
On Mon, Jul 11, 2016 at 10:50 AM, Michael Van Canneyt < mich...@freepascal.org> wrote: > Long overdue, I have finally committed the initial version of the odata > package in the FPC repository. > Is it worth its own repository, similar to googleapis? thanks, Dmitry

[fpc-pascal] OData and Office365 REST API support

2016-07-11 Thread Michael Van Canneyt
Hello, Long overdue, I have finally committed the initial version of the odata package in the FPC repository. This package provides the base for OData integration in your applications. OData is a standard adopted by the OASIS group: it describes data exchange through REST APIs. OData V4 and