FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
contentstack-ios/ContentstackInternal/CSIOAPIURLs.h at master · contentstack/contentstack-ios · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
contentstack
/
contentstack-ios
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
3
Code
Issues
0
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
contentstack-ios
/
ContentstackInternal
/
CSIOAPIURLs.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (31 loc) · 1.27 KB
Breadcrumbs
contentstack-ios
/
ContentstackInternal
/
CSIOAPIURLs.h
Copy path
File metadata and controls
45 lines (31 loc) · 1.27 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
//
//
CSIOAPIURLs.h
//
Contentstack
//
//
Created by Reefaq on 13/07/15.
//
Copyright (c) 2015 Contentstack. All rights reserved.
//
#
import
<
Foundation/Foundation.h
>
@interface
CSIOAPIURLs
:
NSObject
//
EntriesQuery
//
===========================================================================================
+(
NSString
*)
fetchContentTypeEntriesQueryURLWithUID
:
(
NSString
*)
contentTypeUID
withVersion
:
(
NSString
*)
version
;
//
stack
+(
NSString
*)
fetchSchemaWithVersion
:
(
NSString
*)
version
;
//
Content Type
+(
NSString
*)
fetchContenTypeSchema
:
(
NSString
*)
contentTypeUID
withVersion
:
(
NSString
*)
version
;
//
Taxonomy
+(
NSString
*)
fetchTaxonomyWithVersion
:
(
NSString
*)
version
;
//
Entry
+ (
NSString
*)
fetchEntryURLWithContentTypeUID
:
(
NSString
*)
contentTypeUID
entryUID
:
(
NSString
*)
entryUID
withVersion
:
(
NSString
*)
version
;
+ (
NSString
*)
fetchContentTypeSchemaQueryURLWithVersion
:
(
NSString
*)
version
;
//
Asset
+ (
NSString
*)
fetchAssetWithUID
:
(
NSString
*)
assetUID
withVersion
:
(
NSString
*)
version
;
//
AssetLibrary
+ (
NSString
*)
fetchAssetLibraryWithVersion
:
(
NSString
*)
version
;
//
GlobalField
+(
NSString
*)
fetchGlobalFieldWithVersion
:
(
NSString
*)
globalFieldUID
withVersion
:
(
NSString
*)
version
;
+(
NSString
*)
findGlobalFieldsWithVersion
:
(
NSString
*)
version
;
//
sync
+(
NSString
*)
syncWithVersion
:
(
NSString
*)
version
;
@end
Back
|
FazBrowse Home
|
New Git URL