Commit Graph

26 Commits

Author SHA1 Message Date
Chris Simpson
8b5a7fceaf feat: Fixing master > main in integration tests (#2489) 2022-07-20 17:17:10 -05:00
Cédric Luthi
69d118230d Add support to get raw file content as byte[] (#2151) 2020-04-12 13:22:35 -03:00
Itai Bar-Haim
4e804f61a6 Prefer using nameof(x) over literal "x" (#1781)
* updated XML docs and added some missing bits.

* prefer nameof(x) over literal "x"
2018-03-07 20:43:10 +10:00
Andreia Gaita
9e958bf998 Make Repository Id a long, it's going to grow... 2016-09-15 02:15:11 +02:00
aedampir@gmail.com
44b0f4039d ID -> Id 2016-07-17 16:29:32 +07:00
Alexander Efremov
d941f62904 Add repositoryId overloads to methods on I(Observable)RepositoryContentsClient (#1348) 2016-06-18 07:59:06 +10:00
Mordechai Zuber
611ba3aab3 Remove IRepositoryContentsClient.GetArchiveLink() 2016-04-13 14:37:45 -04:00
Brendan Forster
6bedf1ee9b just a bit of code cleanup 2016-02-02 10:01:16 +10:30
Naveen
f61d57b212 Reordered the variables
Reordered the variables to avoid API call errors.
2016-01-25 16:30:55 +10:30
Naveen
b48a0a408a Removed the additional line break
Removed the additional line break.
2016-01-25 16:30:39 +10:30
Naveen
9d7a17fdea New method signatures for the getting contents by ref
Implemented new method signatures for the getting contents by in which
the client need not pass the path. It defaults to the root folder.
2016-01-25 16:30:21 +10:30
Mordechai Zuber
44304ca70b use string per recommended style 2015-12-16 21:23:36 +02:00
William Barbosa
2f4eedcf62 Removes integer overload
Plus extra ensures
2015-09-30 20:21:21 -03:00
William Barbosa
b6864c2cbf Adds overloads for adding custom timeouts 2015-09-29 22:53:13 -03:00
Haacked
eb5d14cfdc Organize usings and remove unused 2015-08-04 21:12:37 -07:00
Phil Haack
c64e397e77 Merge pull request #730 from goalie7960/get-contents-api
added support for ref value in get contents api
2015-07-24 14:25:00 -07:00
Brendan Forster
fe36783c6a and the other docs 2015-06-01 08:13:58 +09:30
Brendan Forster
54e0865e37 introduce GetArchive overloads for RepositoryContentClients which handles the redirect 2015-06-01 07:48:21 +09:30
Chris Heckathorne
b324bab413 fixed up naming conventions 2015-05-11 10:31:57 -04:00
Chris Heckathorne
21b35d1f68 fixed up return types 2015-05-08 15:43:25 -04:00
Chris Heckathorne
19d00f60a0 added getcontents to observable client 2015-05-08 15:16:09 -04:00
Henrik Andersson
0ac98e4135 🚯 2015-05-08 18:31:55 +10:00
Henrik Andersson
ce8afcad6f Add GetArchiveLink Observable client 2015-05-08 18:31:51 +10:00
Henrik Andersson
2427ab6922 Update observable clients 2015-03-24 00:12:41 +10:00
Haacked
0876fd3902 Implement observable repository content client 2015-01-02 01:14:20 -08:00
Kristian Hellang
bed18b9980 Moved GetReadme and GetReadmeHtml to Contents 2015-01-02 01:08:25 -08:00